FreeSWITCH.Native.freeswitchPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_freeswitch C# (CSharp) Method

SWIGRegisterExceptionCallbacks_freeswitch() private method

private 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
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_freeswitch(
                                ExceptionDelegate applicationDelegate,
                                ExceptionDelegate arithmeticDelegate,
                                ExceptionDelegate divideByZeroDelegate, 
                                ExceptionDelegate indexOutOfRangeDelegate, 
                                ExceptionDelegate invalidCastDelegate,
                                ExceptionDelegate invalidOperationDelegate,
                                ExceptionDelegate ioDelegate,
                                ExceptionDelegate nullReferenceDelegate,
                                ExceptionDelegate outOfMemoryDelegate, 
                                ExceptionDelegate overflowDelegate, 
                                ExceptionDelegate systemExceptionDelegate);