Delegate ExceptionFactory
A delegate to ExceptionFactory method
public delegate Exception ExceptionFactory(string methodName, HttpResponseMessage response)
Parameters
methodNamestringMethod name
responseHttpResponseMessageResponse
Returns
- Exception
Exceptions