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
Показать файл Открыть проект Примеры использования класса

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

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