libsbml.libsbmlPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_libsbml C# (CSharp) Method

SWIGRegisterExceptionCallbacks_libsbml() private method

private SWIGRegisterExceptionCallbacks_libsbml ( ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate ) : void
applicationDelegate ExceptionDelegate
arithmeticDelegate ExceptionDelegate
divideByZeroDelegate ExceptionDelegate
indexOutOfRangeDelegate ExceptionDelegate
invalidCastDelegate ExceptionDelegate
invalidOperationDelegate ExceptionDelegate
ioDelegate ExceptionDelegate
nullReferenceDelegate ExceptionDelegate
outOfMemoryDelegate ExceptionDelegate
overflowDelegate ExceptionDelegate
systemExceptionDelegate ExceptionDelegate
return void
    public static extern void SWIGRegisterExceptionCallbacks_libsbml(
                                ExceptionDelegate applicationDelegate,
                                ExceptionDelegate arithmeticDelegate,
                                ExceptionDelegate divideByZeroDelegate, 
                                ExceptionDelegate indexOutOfRangeDelegate, 
                                ExceptionDelegate invalidCastDelegate,
                                ExceptionDelegate invalidOperationDelegate,
                                ExceptionDelegate ioDelegate,
                                ExceptionDelegate nullReferenceDelegate,
                                ExceptionDelegate outOfMemoryDelegate, 
                                ExceptionDelegate overflowDelegate, 
                                ExceptionDelegate systemExceptionDelegate);