tgstation-server 6.12.0
The /tg/station 13 server suite
|
Occurs when the client makes a request while the server is starting or stopping. More...
Public Member Functions | |
ServiceUnavailableException (HttpResponseMessage responseMessage) | |
Initializes a new instance of the ServiceUnavailableException class. | |
ServiceUnavailableException () | |
Initializes a new instance of the ServiceUnavailableException class. | |
ServiceUnavailableException (string message) | |
Initializes a new instance of the ServiceUnavailableException class. | |
ServiceUnavailableException (string message, Exception innerException) | |
Initializes a new instance of the ServiceUnavailableException 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 makes a request while the server is starting or stopping.
Definition at line 9 of file ServiceUnavailableException.cs.
Tgstation.Server.Client.ServiceUnavailableException.ServiceUnavailableException | ( | HttpResponseMessage | responseMessage | ) |
Initializes a new instance of the ServiceUnavailableException class.
responseMessage | The HttpResponseMessage. |
Definition at line 15 of file ServiceUnavailableException.cs.
Tgstation.Server.Client.ServiceUnavailableException.ServiceUnavailableException | ( | ) |
Initializes a new instance of the ServiceUnavailableException class.
Definition at line 23 of file ServiceUnavailableException.cs.
Tgstation.Server.Client.ServiceUnavailableException.ServiceUnavailableException | ( | string | message | ) |
Initializes a new instance of the ServiceUnavailableException class.
message | The message for the Exception. |
Definition at line 31 of file ServiceUnavailableException.cs.
Tgstation.Server.Client.ServiceUnavailableException.ServiceUnavailableException | ( | string | message, |
Exception | innerException | ||
) |
Initializes a new instance of the ServiceUnavailableException class.
message | The message for the Exception. |
innerException | The inner Exception for the base Exception. |
Definition at line 41 of file ServiceUnavailableException.cs.