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