C# 클래스 Python.Runtime.PythonException

Provides a managed interface to exceptions thrown by the Python runtime.
상속: System.Exception
파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Dispose Method

The Dispose method provides a way to explicitly release the Python objects represented by a PythonException.

Matches ( IntPtr ob ) : bool

Matches Method

Returns true if the Python exception type represented by the PythonException instance matches the given exception type.

PythonException ( ) : System

메소드 상세

Dispose() 공개 메소드

Dispose Method
The Dispose method provides a way to explicitly release the Python objects represented by a PythonException.
public Dispose ( ) : void
리턴 void

Matches() 공개 정적인 메소드

Matches Method
Returns true if the Python exception type represented by the PythonException instance matches the given exception type.
public static Matches ( IntPtr ob ) : bool
ob System.IntPtr
리턴 bool

PythonException() 공개 메소드

public PythonException ( ) : System
리턴 System