25 ResponseMessage = responseMessage ??
throw new ArgumentNullException(nameof(responseMessage));
50 : base(message, innerException)
Exceptions thrown by IRestServerClients.
ClientException(HttpResponseMessage responseMessage, string message)
Initializes a new instance of the ClientException class.
ClientException(string message, Exception innerException)
Initializes a new instance of the ClientException class.
ClientException(string message)
Initializes a new instance of the ClientException class.
ClientException()
Initializes a new instance of the ClientException class.
HttpResponseMessage? ResponseMessage
The HttpStatusCode of the ClientException.