16 : base(responseMessage,
"Unrecognized response body!")
42 : base(message, innerException)
Exceptions thrown by IRestServerClients.
Occurs when a response is received that did not deserialize to one of the expected Api....
UnrecognizedResponseException(HttpResponseMessage responseMessage)
Initializes a new instance of the UnrecognizedResponseException class.
UnrecognizedResponseException(string message, Exception innerException)
Initializes a new instance of the UnrecognizedResponseException class.
UnrecognizedResponseException(string message)
Initializes a new instance of the UnrecognizedResponseException class.
UnrecognizedResponseException()
Initializes a new instance of the UnrecognizedResponseException class.