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