Virtru SDK for C#  2.8.0
Virtru C# SDK module - Create, Read, and Manage TDF3 Files
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper Class Reference

Public Member Functions

delegate void ExceptionDelegate (string message)
 
delegate void ExceptionArgumentDelegate (string message, string paramName)
 
static void SWIGRegisterExceptionCallbacks_virtru (ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)
 
static void SWIGRegisterExceptionCallbacksArgument_virtru (ExceptionArgumentDelegate argumentDelegate, ExceptionArgumentDelegate argumentNullDelegate, ExceptionArgumentDelegate argumentOutOfRangeDelegate)
 

Static Private Member Functions

static void SetPendingApplicationException (string message)
 
static void SetPendingArithmeticException (string message)
 
static void SetPendingDivideByZeroException (string message)
 
static void SetPendingIndexOutOfRangeException (string message)
 
static void SetPendingInvalidCastException (string message)
 
static void SetPendingInvalidOperationException (string message)
 
static void SetPendingIOException (string message)
 
static void SetPendingNullReferenceException (string message)
 
static void SetPendingOutOfMemoryException (string message)
 
static void SetPendingOverflowException (string message)
 
static void SetPendingSystemException (string message)
 
static void SetPendingArgumentException (string message, string paramName)
 
static void SetPendingArgumentNullException (string message, string paramName)
 
static void SetPendingArgumentOutOfRangeException (string message, string paramName)
 
static SWIGExceptionHelper ()
 

Static Private Attributes

static ExceptionDelegate applicationDelegate = new ExceptionDelegate(SetPendingApplicationException)
 
static ExceptionDelegate arithmeticDelegate = new ExceptionDelegate(SetPendingArithmeticException)
 
static ExceptionDelegate divideByZeroDelegate = new ExceptionDelegate(SetPendingDivideByZeroException)
 
static ExceptionDelegate indexOutOfRangeDelegate = new ExceptionDelegate(SetPendingIndexOutOfRangeException)
 
static ExceptionDelegate invalidCastDelegate = new ExceptionDelegate(SetPendingInvalidCastException)
 
static ExceptionDelegate invalidOperationDelegate = new ExceptionDelegate(SetPendingInvalidOperationException)
 
static ExceptionDelegate ioDelegate = new ExceptionDelegate(SetPendingIOException)
 
static ExceptionDelegate nullReferenceDelegate = new ExceptionDelegate(SetPendingNullReferenceException)
 
static ExceptionDelegate outOfMemoryDelegate = new ExceptionDelegate(SetPendingOutOfMemoryException)
 
static ExceptionDelegate overflowDelegate = new ExceptionDelegate(SetPendingOverflowException)
 
static ExceptionDelegate systemDelegate = new ExceptionDelegate(SetPendingSystemException)
 
static ExceptionArgumentDelegate argumentDelegate = new ExceptionArgumentDelegate(SetPendingArgumentException)
 
static ExceptionArgumentDelegate argumentNullDelegate = new ExceptionArgumentDelegate(SetPendingArgumentNullException)
 
static ExceptionArgumentDelegate argumentOutOfRangeDelegate = new ExceptionArgumentDelegate(SetPendingArgumentOutOfRangeException)
 

Constructor & Destructor Documentation

static Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SWIGExceptionHelper ( )
inlinestaticprivate

Member Function Documentation

delegate void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.ExceptionArgumentDelegate ( string  message,
string  paramName 
)
delegate void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.ExceptionDelegate ( string  message)
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingApplicationException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingArgumentException ( string  message,
string  paramName 
)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingArgumentNullException ( string  message,
string  paramName 
)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingArgumentOutOfRangeException ( string  message,
string  paramName 
)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingArithmeticException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingDivideByZeroException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingIndexOutOfRangeException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingInvalidCastException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingInvalidOperationException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingIOException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingNullReferenceException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingOutOfMemoryException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingOverflowException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SetPendingSystemException ( string  message)
inlinestaticprivate
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_virtru ( ExceptionDelegate  applicationDelegate,
ExceptionDelegate  arithmeticDelegate,
ExceptionDelegate  divideByZeroDelegate,
ExceptionDelegate  indexOutOfRangeDelegate,
ExceptionDelegate  invalidCastDelegate,
ExceptionDelegate  invalidOperationDelegate,
ExceptionDelegate  ioDelegate,
ExceptionDelegate  nullReferenceDelegate,
ExceptionDelegate  outOfMemoryDelegate,
ExceptionDelegate  overflowDelegate,
ExceptionDelegate  systemExceptionDelegate 
)
static void Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacksArgument_virtru ( ExceptionArgumentDelegate  argumentDelegate,
ExceptionArgumentDelegate  argumentNullDelegate,
ExceptionArgumentDelegate  argumentOutOfRangeDelegate 
)

Member Data Documentation

ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.applicationDelegate = new ExceptionDelegate(SetPendingApplicationException)
staticprivate
ExceptionArgumentDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.argumentDelegate = new ExceptionArgumentDelegate(SetPendingArgumentException)
staticprivate
ExceptionArgumentDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.argumentNullDelegate = new ExceptionArgumentDelegate(SetPendingArgumentNullException)
staticprivate
ExceptionArgumentDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.argumentOutOfRangeDelegate = new ExceptionArgumentDelegate(SetPendingArgumentOutOfRangeException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.arithmeticDelegate = new ExceptionDelegate(SetPendingArithmeticException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.divideByZeroDelegate = new ExceptionDelegate(SetPendingDivideByZeroException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.indexOutOfRangeDelegate = new ExceptionDelegate(SetPendingIndexOutOfRangeException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.invalidCastDelegate = new ExceptionDelegate(SetPendingInvalidCastException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.invalidOperationDelegate = new ExceptionDelegate(SetPendingInvalidOperationException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.ioDelegate = new ExceptionDelegate(SetPendingIOException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.nullReferenceDelegate = new ExceptionDelegate(SetPendingNullReferenceException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.outOfMemoryDelegate = new ExceptionDelegate(SetPendingOutOfMemoryException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.overflowDelegate = new ExceptionDelegate(SetPendingOverflowException)
staticprivate
ExceptionDelegate Virtru.SDK.virtruPINVOKE.SWIGExceptionHelper.systemDelegate = new ExceptionDelegate(SetPendingSystemException)
staticprivate

The documentation for this class was generated from the following file: