Example #1
0
 static void SetPendingIndexOutOfRangeException(string message)
 {
     SWIGPendingException.Set(new global::System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
 }
Example #2
0
 static void SetPendingInvalidOperationException(string message)
 {
     SWIGPendingException.Set(new global::System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
 }
Example #3
0
 static void SetPendingArithmeticException(string message)
 {
     SWIGPendingException.Set(new global::System.ArithmeticException(message, SWIGPendingException.Retrieve()));
 }
Example #4
0
 static void SetPendingDivideByZeroException(string message)
 {
     SWIGPendingException.Set(new global::System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
 }
Example #5
0
 static void SetPendingOverflowException(string message)
 {
     SWIGPendingException.Set(new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
 }
Example #6
0
 static void SetPendingArgumentException(string message, string paramName)
 {
     SWIGPendingException.Set(new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
 }
Example #7
0
 static void SetPendingOutOfMemoryException(string message)
 {
     SWIGPendingException.Set(new global::System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
 }
Example #8
0
 static void SetPendingNullReferenceException(string message)
 {
     SWIGPendingException.Set(new global::System.NullReferenceException(message, SWIGPendingException.Retrieve()));
 }
Example #9
0
 static void SetPendingIOException(string message)
 {
     SWIGPendingException.Set(new System.IO.IOException(message, SWIGPendingException.Retrieve()));
 }
 [AOT.MonoPInvokeCallback(typeof(ExceptionDelegate))] static void SetPendingOverflowException(string message)
 {
     SWIGPendingException.Set(new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
 }
 [AOT.MonoPInvokeCallback(typeof(ExceptionDelegate))] static void SetPendingArgumentException(string message, string paramName)
 {
     SWIGPendingException.Set(new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
 }