프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DeleteCustomMember | bool | ||
EnsureDict | void | ||
GetBoundMember | object | ||
GetClrException | |||
IDynamicMetaObjectProvider | DynamicMetaObject | ||
IPythonObject | PythonDictionary | ||
IPythonObject | bool | ||
IPythonObject | object[] | ||
IPythonObject | void | ||
IWeakReferenceable | IronPython.Runtime.WeakRefTracker | ||
IWeakReferenceable | bool | ||
IWeakReferenceable | void | ||
InitAndGetClrException | |||
InitializeFromClr | void | ||
SetMemberAfter | void | ||
__getslice__ | PythonTuple |
메소드 | 설명 | |
---|---|---|
BaseException ( IronPython.Runtime.Types.PythonType type ) : System.Linq.Expressions | ||
ToString ( ) : string | ||
__init__ ( ) : void |
Initializes the Exception object with an unlimited number of arguments
|
|
__new__ ( IronPython.Runtime.Types.PythonType cls ) : object | ||
__new__ ( IronPython.Runtime.Types.PythonType cls, object>.[ | ||
__reduce__ ( ) : object |
Returns a tuple of (type, (arg0, ..., argN)) for implementing pickling/copying
|
|
__reduce_ex__ ( int protocol ) : object |
Returns a tuple of (type, (arg0, ..., argN)) for implementing pickling/copying
|
|
__repr__ ( CodeContext context ) : string |
Implements __repr__ which returns the type name + the args tuple code formatted.
|
|
__setstate__ ( PythonDictionary state ) : void |
Updates the exception's state (dictionary) with the new values
|
|
__unicode__ ( ) : string | ||
this ( int index ) : object |
Gets the nth member of the args property
|
메소드 | 설명 | |
---|---|---|
DeleteCustomMember ( string name ) : bool | ||
EnsureDict ( ) : void | ||
GetBoundMember ( string name ) : object | ||
GetClrException ( ) : |
Helper to get the CLR exception associated w/ this Python exception creating it if one has not already been created.
|
|
IDynamicMetaObjectProvider ( |
||
IPythonObject ( PythonDictionary dict ) : PythonDictionary | ||
IPythonObject ( PythonDictionary dict ) : bool | ||
IPythonObject ( ) : object[] | ||
IPythonObject ( IronPython.Runtime.Types.PythonType newType ) : void | ||
IWeakReferenceable ( ) : IronPython.Runtime.WeakRefTracker | ||
IWeakReferenceable ( IronPython.Runtime.WeakRefTracker value ) : bool | ||
IWeakReferenceable ( IronPython.Runtime.WeakRefTracker value ) : void | ||
InitAndGetClrException ( ) : |
||
InitializeFromClr ( System exception ) : void | ||
SetMemberAfter ( string name, object value ) : void | ||
__getslice__ ( int start, int stop ) : PythonTuple |
public BaseException ( IronPython.Runtime.Types.PythonType type ) : System.Linq.Expressions | ||
type | IronPython.Runtime.Types.PythonType | |
리턴 | System.Linq.Expressions |
public static __new__ ( IronPython.Runtime.Types.PythonType cls ) : object | ||
cls | IronPython.Runtime.Types.PythonType | |
리턴 | object |
public static __new__ ( IronPython.Runtime.Types.PythonType cls, object>.[ | ||
cls | IronPython.Runtime.Types.PythonType | |
kwArgsø | object>.[ | |
리턴 | object |
public __setstate__ ( PythonDictionary state ) : void | ||
state | PythonDictionary | |
리턴 | void |