We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5be15b commit 039e49bCopy full SHA for 039e49b
src/runtime/Types/ExceptionClassObject.cs
@@ -6,13 +6,6 @@ namespace Python.Runtime;
6
/// Base class for Python types that reflect managed exceptions based on
7
/// System.Exception
8
/// </summary>
9
-/// <remarks>
10
-/// The Python wrapper for managed exceptions LIES about its inheritance
11
-/// tree. Although the real System.Exception is a subclass of
12
-/// System.Object the Python type for System.Exception does NOT claim that
13
-/// it subclasses System.Object. Instead TypeManager.CreateType() uses
14
-/// Python's exception.Exception class as base class for System.Exception.
15
-/// </remarks>
16
[Serializable]
17
internal class ExceptionClassObject : ClassObject
18
{
0 commit comments