C# 클래스 Python.Runtime.ExceptionClassObject

Base class for Python types that reflect managed exceptions based on System.Exception
The Python wrapper for managed exceptions LIES about its inheritance tree. Although the real System.Exception is a subclass of System.Object the Python type for System.Exception does NOT claim that it subclasses System.Object. Instead TypeManager.CreateType() uses Python's exception.Exception class as base class for System.Exception.
상속: ClassObject
파일 보기 프로젝트 열기: pythonnet/pythonnet 1 사용 예제들

공개 메소드들

메소드 설명
tp_str ( IntPtr ob ) : IntPtr

비공개 메소드들

메소드 설명
ExceptionClassObject ( Type tp ) : System
ToException ( IntPtr ob ) : Exception

메소드 상세

tp_str() 공개 정적인 메소드

public static tp_str ( IntPtr ob ) : IntPtr
ob System.IntPtr
리턴 System.IntPtr