26 : base(errorMessage, responseMessage)
45 : base(message, innerException)
Represents an error message returned by the server.
Occurs when an error occurs in the server.
ServerErrorException(string message)
Initializes a new instance of the ServerErrorException class.
ServerErrorException(ErrorMessageResponse? errorMessage, HttpResponseMessage responseMessage)
Initializes a new instance of the ServerErrorException class.
ServerErrorException(string message, Exception innerException)
Initializes a new instance of the ServerErrorException class.
ServerErrorException()
Initializes a new instance of the ServerErrorException class.