| | Name | Description |
|---|
 | IExecute(String) | Invokes instance method methodName on the exception object with 0 arguments. |
 | IExecute(String, Object) | Invokes instance method methodName on the exception object with 1 argument. |
 | IExecute(String, Object) |
Executes an instance method
|
 | IExecute(String, Object, Object) | Invokes instance method methodName on the exception object with 2 arguments. |
 | IExecute(String, Object, Object, Object) | Invokes instance method methodName on the exception object with 3 arguments. |
 | IExecute(String, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 4 arguments. |
 | IExecute(String, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 5 arguments. |
 | IExecute(String, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 6 arguments. |
 | IExecute(String, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 7 arguments. |
 | IExecute(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 8 arguments. |
 | IExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 9 arguments. |
 | IExecute(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 10 arguments. |
 | IExecuteTReturn(String) | Invokes instance method methodName on the exception object with 0 arguments, returning TReturn. |
 | IExecuteTReturn(String, Object) | Invokes instance method methodName on the exception object with 1 argument, returning TReturn. |
 | IExecuteTReturn(String, Object) |
Executes an instance method
|
 | IExecuteTReturn(String, Object, Object) | Invokes instance method methodName on the exception object with 2 arguments, returning TReturn. |
 | IExecuteTReturn(String, Object, Object, Object) | Invokes instance method methodName on the exception object with 3 arguments, returning TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 4 arguments, returning TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 5 arguments, returning TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 6 arguments, returning TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 7 arguments, returning TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 8 arguments, returning TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 9 arguments, returning TReturn. |
 | IExecuteTReturn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) | Invokes instance method methodName on the exception object with 10 arguments, returning TReturn. |
 | IExecuteTNewClass, TReturn(String, Object) |
Executes an instance method
|
 | IExecuteTNewClass, TReturn, TConverter(String, Object) |
Executes an instance method
|