C# Class IronPython.Runtime.Exceptions.ObjectException

Inheritance: System.Exception, IPythonException
Mostrar archivo Open project: jschementi/iron

Public Methods

Method Description
ObjectException ( IronPython.Runtime.Types.PythonType type, object instance ) : System
ObjectException ( string msg ) : System
ObjectException ( string message, Exception innerException ) : System
ToPythonException ( ) : object

Private Methods

Method Description
ObjectException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ObjectException() public method

public ObjectException ( IronPython.Runtime.Types.PythonType type, object instance ) : System
type IronPython.Runtime.Types.PythonType
instance object
return System

ObjectException() public method

public ObjectException ( string msg ) : System
msg string
return System

ObjectException() public method

public ObjectException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System

ToPythonException() public method

public ToPythonException ( ) : object
return object