27 protected ClientException(
ErrorMessage errorMessage, HttpStatusCode statusCode) : base(errorMessage == null ? throw new ArgumentNullException(nameof(errorMessage)) : errorMessage.Message ??
"Unknown Error")
49 protected ClientException(
string message, Exception innerException) : base(message, innerException) { }
ClientException()
Construct a ClientException
ClientException(string message, Exception innerException)
Construct a ClientException with a message and innerException
HttpStatusCode StatusCode
The HttpStatusCode of the ClientException
ClientException(string message)
Construct a ClientException with a message
Version ServerApiVersion
The Version of the server's API
Version SeverApiVersion
The version of the API the server is using
Represents an error message returned by the server
Exceptions thrown by IServerClients