Method |
Description |
|
SWIGExceptionHelper ( ) : System |
|
|
SWIGRegisterExceptionCallbacksArgument_freeswitch ( ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, ExceptionArgumentDelegate argumentOutOfRangeDelegate ) : void |
|
|
SWIGRegisterExceptionCallbacks_freeswitch ( ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate ) : void |
|
|
SetPendingApplicationException ( string message ) : void |
|
|
SetPendingArgumentException ( string message, string paramName ) : void |
|
|
SetPendingArgumentNullException ( string message, string paramName ) : void |
|
|
SetPendingArgumentOutOfRangeException ( string message, string paramName ) : void |
|
|
SetPendingArithmeticException ( string message ) : void |
|
|
SetPendingDivideByZeroException ( string message ) : void |
|
|
SetPendingIOException ( string message ) : void |
|
|
SetPendingIndexOutOfRangeException ( string message ) : void |
|
|
SetPendingInvalidCastException ( string message ) : void |
|
|
SetPendingInvalidOperationException ( string message ) : void |
|
|
SetPendingNullReferenceException ( string message ) : void |
|
|
SetPendingOutOfMemoryException ( string message ) : void |
|
|
SetPendingOverflowException ( string message ) : void |
|
|
SetPendingSystemException ( string message ) : void |
|
|