cohtml::Net::cohtmlNativePINVOKE::SWIGExceptionHelper

Public Functions

Name
delegate voidExceptionDelegate(string message)
delegate voidExceptionArgumentDelegate(string message, string paramName)
voidSWIGRegisterExceptionCallbacks_cohtmlNative(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)
voidSWIGRegisterExceptionCallbacksArgument_cohtmlNative(ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, ExceptionArgumentDelegate argumentOutOfRangeDelegate)

Public Functions Documentation

function ExceptionDelegate

delegate void ExceptionDelegate(
    string message
)

function ExceptionArgumentDelegate

delegate void ExceptionArgumentDelegate(
    string message,
    string paramName
)

function SWIGRegisterExceptionCallbacks_cohtmlNative

void SWIGRegisterExceptionCallbacks_cohtmlNative(
    ExceptionDelegate applicationDelegate,
    ExceptionDelegate arithmeticDelegate,
    ExceptionDelegate divideByZeroDelegate,
    ExceptionDelegate indexOutOfRangeDelegate,
    ExceptionDelegate invalidCastDelegate,
    ExceptionDelegate invalidOperationDelegate,
    ExceptionDelegate ioDelegate,
    ExceptionDelegate nullReferenceDelegate,
    ExceptionDelegate outOfMemoryDelegate,
    ExceptionDelegate overflowDelegate,
    ExceptionDelegate systemExceptionDelegate
)

function SWIGRegisterExceptionCallbacksArgument_cohtmlNative

void SWIGRegisterExceptionCallbacksArgument_cohtmlNative(
    ExceptionArgumentDelegate argumentDelegate,
    ExceptionArgumentDelegate argumentNullDelegate,
    ExceptionArgumentDelegate argumentOutOfRangeDelegate
)