예제 #1
0
 static void SetPendingDivideByZeroException(string message)
 {
     SWIGPendingException.Set(new global::System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
 }
예제 #2
0
 static void SetPendingIndexOutOfRangeException(string message)
 {
     SWIGPendingException.Set(new global::System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
 }
예제 #3
0
 static void SetPendingArgumentOutOfRangeException(string message, string paramName)
 {
     SWIGPendingException.Set(new System.ArgumentOutOfRangeException(paramName, message));
 }
 static void SetPendingIOException(string message)
 {
     SWIGPendingException.Set(new System.IO.IOException(message, SWIGPendingException.Retrieve()));
 }
예제 #5
0
 [AOT.MonoPInvokeCallback(typeof(ExceptionDelegate))] static void SetPendingOverflowException(string message)
 {
     SWIGPendingException.Set(new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
 }
예제 #6
0
 static void SetPendingArgumentException(string message, string paramName)
 {
     SWIGPendingException.Set(new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
 }
예제 #7
0
 static void SetPendingNullReferenceException(string message)
 {
     SWIGPendingException.Set(new System.NullReferenceException(message));
 }
예제 #8
0
 static void SetPendingOutOfMemoryException(string message)
 {
     SWIGPendingException.Set(new global::System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
 }
예제 #9
0
 static void SetPendingIndexOutOfRangeException(string message)
 {
     SWIGPendingException.Set(new System.IndexOutOfRangeException(message));
 }
예제 #10
0
 static void SetPendingInvalidOperationException(string message)
 {
     SWIGPendingException.Set(new System.InvalidOperationException(message));
 }
예제 #11
0
 static void SetPendingDivideByZeroException(string message)
 {
     SWIGPendingException.Set(new System.DivideByZeroException(message));
 }
예제 #12
0
 static void SetPendingArithmeticException(string message)
 {
     SWIGPendingException.Set(new System.ArithmeticException(message));
 }
예제 #13
0
 static void SetPendingApplicationException(string message)
 {
     SWIGPendingException.Set(new System.ApplicationException(message));
 }
예제 #14
0
 static void SetPendingInvalidOperationException(string message)
 {
     SWIGPendingException.Set(new global::System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
 }
예제 #15
0
 static void SetPendingOutOfMemoryException(string message)
 {
     SWIGPendingException.Set(new System.OutOfMemoryException(message));
 }
예제 #16
0
 static void SetPendingNullReferenceException(string message)
 {
     SWIGPendingException.Set(new global::System.NullReferenceException(message, SWIGPendingException.Retrieve()));
 }
예제 #17
0
 static void SetPendingOverflowException(string message)
 {
     SWIGPendingException.Set(new System.OverflowException(message));
 }
예제 #18
0
 [AOT.MonoPInvokeCallback(typeof(ExceptionDelegate))] static void SetPendingArgumentException(string message, string paramName)
 {
     SWIGPendingException.Set(new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
 }
예제 #19
0
 static void SetPendingSystemException(string message)
 {
     SWIGPendingException.Set(new System.SystemException(message));
 }
예제 #20
0
 static void SetPendingOverflowException(string message)
 {
     SWIGPendingException.Set(new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
 }
 static void SetPendingArgumentOutOfRangeException(string message, string paramName) {
   global::System.Exception e = SWIGPendingException.Retrieve();
   if (e != null) message = message + " Inner Exception: " + e.Message;
   SWIGPendingException.Set(new global::System.ArgumentOutOfRangeException(paramName, message));
 }
예제 #22
0
 static void SetPendingArithmeticException(string message)
 {
     SWIGPendingException.Set(new global::System.ArithmeticException(message, SWIGPendingException.Retrieve()));
 }
예제 #23
0
 static void SetPendingArgumentException(string message, string paramName)
 {
     SWIGPendingException.Set(new System.ArgumentException(message, paramName));
 }