|
tgstation-server 6.19.0
The /tg/station 13 server suite
|
Exceptions thrown by IRestServerClients. More...


Protected Member Functions | |
| ClientException (HttpResponseMessage responseMessage, string message) | |
| Initializes a new instance of the ClientException class. | |
| ClientException () | |
| Initializes a new instance of the ClientException class. | |
| ClientException (string message) | |
| Initializes a new instance of the ClientException class. | |
| ClientException (string message, Exception innerException) | |
| Initializes a new instance of the ClientException class. | |
Properties | |
| HttpResponseMessage? | ResponseMessage [get] |
| The HttpStatusCode of the ClientException. | |
Exceptions thrown by IRestServerClients.
Definition at line 10 of file ClientException.cs.
|
protected |
Initializes a new instance of the ClientException class.
| responseMessage | The HttpResponseMessage that generated the ClientException. |
| message | The message for the Exception. |
Definition at line 22 of file ClientException.cs.
References Tgstation.Server.Client.ClientException.ResponseMessage.
|
protected |
Initializes a new instance of the ClientException class.
Definition at line 31 of file ClientException.cs.
|
protected |
Initializes a new instance of the ClientException class.
| message | The message for the Exception. |
Definition at line 39 of file ClientException.cs.
|
protected |
Initializes a new instance of the ClientException class.
| message | The message for the Exception. |
| innerException | The inner Exception for the base Exception. |
Definition at line 49 of file ClientException.cs.
|
get |
The HttpStatusCode of the ClientException.
Definition at line 15 of file ClientException.cs.
Referenced by Tgstation.Server.Client.ClientException.ClientException().