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

SWIGExceptionHelper() static private method

static private SWIGExceptionHelper ( ) : System
return System
            static SWIGExceptionHelper()
            {
                SWIGRegisterExceptionCallbacks_freeswitch(
                                applicationDelegate,
                                arithmeticDelegate,
                                divideByZeroDelegate,
                                indexOutOfRangeDelegate,
                                invalidCastDelegate,
                                invalidOperationDelegate,
                                ioDelegate,
                                nullReferenceDelegate,
                                outOfMemoryDelegate,
                                overflowDelegate,
                                systemDelegate);

                  SWIGRegisterExceptionCallbacksArgument_freeswitch(
                                argumentDelegate,
                                argumentNullDelegate,
                                argumentOutOfRangeDelegate);
            }