|
Public Member Functions |
| delegate void | ExceptionDelegate (string message) |
| delegate void | ExceptionArgumentDelegate (string message, string paramName) |
| void | SWIGRegisterExceptionCallbacks_indri_csharp (ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate) |
| void | SWIGRegisterExceptionCallbacksArgument_indri_csharp (ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, ExceptionArgumentDelegate argumentOutOfRangeDelegate) |
Static Private Member Functions |
| void | SetPendingApplicationException (string message) |
| void | SetPendingArithmeticException (string message) |
| void | SetPendingDivideByZeroException (string message) |
| void | SetPendingIndexOutOfRangeException (string message) |
| void | SetPendingInvalidCastException (string message) |
| void | SetPendingInvalidOperationException (string message) |
| void | SetPendingIOException (string message) |
| void | SetPendingNullReferenceException (string message) |
| void | SetPendingOutOfMemoryException (string message) |
| void | SetPendingOverflowException (string message) |
| void | SetPendingSystemException (string message) |
| void | SetPendingArgumentException (string message, string paramName) |
| void | SetPendingArgumentNullException (string message, string paramName) |
| void | SetPendingArgumentOutOfRangeException (string message, string paramName) |
| | SWIGExceptionHelper () |
Static Private Attributes |
| ExceptionDelegate | applicationDelegate = new ExceptionDelegate(SetPendingApplicationException) |
| ExceptionDelegate | arithmeticDelegate = new ExceptionDelegate(SetPendingArithmeticException) |
| ExceptionDelegate | divideByZeroDelegate = new ExceptionDelegate(SetPendingDivideByZeroException) |
| ExceptionDelegate | indexOutOfRangeDelegate = new ExceptionDelegate(SetPendingIndexOutOfRangeException) |
| ExceptionDelegate | invalidCastDelegate = new ExceptionDelegate(SetPendingInvalidCastException) |
| ExceptionDelegate | invalidOperationDelegate = new ExceptionDelegate(SetPendingInvalidOperationException) |
| ExceptionDelegate | ioDelegate = new ExceptionDelegate(SetPendingIOException) |
| ExceptionDelegate | nullReferenceDelegate = new ExceptionDelegate(SetPendingNullReferenceException) |
| ExceptionDelegate | outOfMemoryDelegate = new ExceptionDelegate(SetPendingOutOfMemoryException) |
| ExceptionDelegate | overflowDelegate = new ExceptionDelegate(SetPendingOverflowException) |
| ExceptionDelegate | systemDelegate = new ExceptionDelegate(SetPendingSystemException) |
| ExceptionArgumentDelegate | argumentDelegate = new ExceptionArgumentDelegate(SetPendingArgumentException) |
| ExceptionArgumentDelegate | argumentNullDelegate = new ExceptionArgumentDelegate(SetPendingArgumentNullException) |
| ExceptionArgumentDelegate | argumentOutOfRangeDelegate = new ExceptionArgumentDelegate(SetPendingArgumentOutOfRangeException) |