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