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