|
tgstation-server 6.19.0
The /tg/station 13 server suite
|
Occurs when the client provides invalid credentials. More...


Public Member Functions | |
| RequestTimeoutException (HttpResponseMessage responseMessage) | |
| Initializes a new instance of the RequestTimeoutException class. | |
| RequestTimeoutException () | |
| Initializes a new instance of the RequestTimeoutException class. | |
| RequestTimeoutException (string message) | |
| Initializes a new instance of the RequestTimeoutException class. | |
| RequestTimeoutException (string message, Exception innerException) | |
| Initializes a new instance of the RequestTimeoutException class. | |
Additional Inherited Members | |
Protected Member Functions inherited from Tgstation.Server.Client.ClientException | |
| 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 inherited from Tgstation.Server.Client.ClientException | |
| HttpResponseMessage? | ResponseMessage [get] |
| The HttpStatusCode of the ClientException. | |
Occurs when the client provides invalid credentials.
Definition at line 9 of file RequestTimeoutException.cs.
| Tgstation.Server.Client.RequestTimeoutException.RequestTimeoutException | ( | HttpResponseMessage | responseMessage | ) |
Initializes a new instance of the RequestTimeoutException class.
| responseMessage | The HttpResponseMessage for the ClientException. |
Definition at line 15 of file RequestTimeoutException.cs.
| Tgstation.Server.Client.RequestTimeoutException.RequestTimeoutException | ( | ) |
Initializes a new instance of the RequestTimeoutException class.
Definition at line 23 of file RequestTimeoutException.cs.
| Tgstation.Server.Client.RequestTimeoutException.RequestTimeoutException | ( | string | message | ) |
Initializes a new instance of the RequestTimeoutException class.
| message | The message for the Exception. |
Definition at line 31 of file RequestTimeoutException.cs.
| Tgstation.Server.Client.RequestTimeoutException.RequestTimeoutException | ( | string | message, |
| Exception | innerException | ||
| ) |
Initializes a new instance of the RequestTimeoutException class.
| message | The message for the Exception. |
| innerException | The inner Exception for the base Exception. |
Definition at line 41 of file RequestTimeoutException.cs.