C# Класс IronPython.Runtime.Exceptions.ObjectException

Наследование: System.Exception, IPythonException
Показать файл Открыть проект

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

Метод Описание
ObjectException ( IronPython.Runtime.Types.PythonType type, object instance ) : System
ObjectException ( string msg ) : System
ObjectException ( string message, Exception innerException ) : System
ToPythonException ( ) : object

Приватные методы

Метод Описание
ObjectException ( SerializationInfo info, StreamingContext context ) : System

Описание методов

ObjectException() публичный Метод

public ObjectException ( IronPython.Runtime.Types.PythonType type, object instance ) : System
type IronPython.Runtime.Types.PythonType
instance object
Результат System

ObjectException() публичный Метод

public ObjectException ( string msg ) : System
msg string
Результат System

ObjectException() публичный Метод

public ObjectException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System

ToPythonException() публичный Метод

public ToPythonException ( ) : object
Результат object