Class Variables

  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.applicationDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.arithmeticDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.divideByZeroDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.indexOutOfRangeDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.invalidCastDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.invalidOperationDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.ioDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.nullReferenceDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.outOfMemoryDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.overflowDelegate
  • ExceptionDelegate core_modelerPINVOKE.SWIGExceptionHelper.systemDelegate
  • ExceptionArgumentDelegate core_modelerPINVOKE.SWIGExceptionHelper.argumentDelegate
  • ExceptionArgumentDelegate core_modelerPINVOKE.SWIGExceptionHelper.argumentNullDelegate
  • ExceptionArgumentDelegate core_modelerPINVOKE.SWIGExceptionHelper.argumentOutOfRangeDelegate

Methods

SWIGExceptionHelper

static core_modelerPINVOKE.SWIGExceptionHelper.SWIGExceptionHelper()

ExceptionDelegate

delegate void core_modelerPINVOKE.SWIGExceptionHelper.ExceptionDelegate(string message)

ParameterTypeDescription
messagestring

ExceptionArgumentDelegate

delegate void core_modelerPINVOKE.SWIGExceptionHelper.ExceptionArgumentDelegate(string message, string paramName)

ParameterTypeDescription
messagestring
paramNamestring

SWIGRegisterExceptionCallbacks_core_modeler

static void core_modelerPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_core_modeler(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)

ParameterTypeDescription
applicationDelegateExceptionDelegate
arithmeticDelegateExceptionDelegate
divideByZeroDelegateExceptionDelegate
indexOutOfRangeDelegateExceptionDelegate
invalidCastDelegateExceptionDelegate
invalidOperationDelegateExceptionDelegate
ioDelegateExceptionDelegate
nullReferenceDelegateExceptionDelegate
outOfMemoryDelegateExceptionDelegate
overflowDelegateExceptionDelegate
systemExceptionDelegateExceptionDelegate

SWIGRegisterExceptionCallbacksArgument_core_modeler

static void core_modelerPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacksArgument_core_modeler(ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, ExceptionArgumentDelegate argumentOutOfRangeDelegate)

ParameterTypeDescription
argumentDelegateExceptionArgumentDelegate
argumentNullDelegateExceptionArgumentDelegate
argumentOutOfRangeDelegateExceptionArgumentDelegate

SetPendingApplicationException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingApplicationException(string message)

ParameterTypeDescription
messagestring

SetPendingArithmeticException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingArithmeticException(string message)

ParameterTypeDescription
messagestring

SetPendingDivideByZeroException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingDivideByZeroException(string message)

ParameterTypeDescription
messagestring

SetPendingIndexOutOfRangeException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingIndexOutOfRangeException(string message)

ParameterTypeDescription
messagestring

SetPendingInvalidCastException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingInvalidCastException(string message)

ParameterTypeDescription
messagestring

SetPendingInvalidOperationException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingInvalidOperationException(string message)

ParameterTypeDescription
messagestring

SetPendingIOException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingIOException(string message)

ParameterTypeDescription
messagestring

SetPendingNullReferenceException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingNullReferenceException(string message)

ParameterTypeDescription
messagestring

SetPendingOutOfMemoryException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingOutOfMemoryException(string message)

ParameterTypeDescription
messagestring

SetPendingOverflowException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingOverflowException(string message)

ParameterTypeDescription
messagestring

SetPendingSystemException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingSystemException(string message)

ParameterTypeDescription
messagestring

SetPendingArgumentException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingArgumentException(string message, string paramName)

ParameterTypeDescription
messagestring
paramNamestring

SetPendingArgumentNullException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingArgumentNullException(string message, string paramName)

ParameterTypeDescription
messagestring
paramNamestring

SetPendingArgumentOutOfRangeException

static void core_modelerPINVOKE.SWIGExceptionHelper.SetPendingArgumentOutOfRangeException(string message, string paramName)

ParameterTypeDescription
messagestring
paramNamestring