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