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