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