C# Класс Python.Runtime.PythonException

Provides a managed interface to exceptions thrown by the Python runtime.
Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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