Delegate ExceptionFactory
A delegate to ExceptionFactory method
Namespace: Algorand.Client
Assembly: Algorand.dll
Syntax
public delegate Exception ExceptionFactory(string methodName, IRestResponse response);
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | methodName | Method name |
| RestSharp.IRestResponse | response | Response |
Returns
| Type | Description |
|---|---|
| System.Exception | Exceptions |