We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb4029 commit c294582Copy full SHA for c294582
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