tgstation-server 6.12.0
The /tg/station 13 server suite
|
Occurs when a response is received that did not deserialize to one of the expected Api.Models. More...
Public Member Functions | |
UnrecognizedResponseException (HttpResponseMessage responseMessage) | |
Initializes a new instance of the UnrecognizedResponseException class. | |
UnrecognizedResponseException () | |
Initializes a new instance of the UnrecognizedResponseException class. | |
UnrecognizedResponseException (string message) | |
Initializes a new instance of the UnrecognizedResponseException class. | |
UnrecognizedResponseException (string message, Exception innerException) | |
Initializes a new instance of the UnrecognizedResponseException 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 a response is received that did not deserialize to one of the expected Api.Models.
Definition at line 9 of file UnrecognizedResponseException.cs.
Tgstation.Server.Client.UnrecognizedResponseException.UnrecognizedResponseException | ( | HttpResponseMessage | responseMessage | ) |
Initializes a new instance of the UnrecognizedResponseException class.
responseMessage | The HttpResponseMessage. |
Definition at line 15 of file UnrecognizedResponseException.cs.
Tgstation.Server.Client.UnrecognizedResponseException.UnrecognizedResponseException | ( | ) |
Initializes a new instance of the UnrecognizedResponseException class.
Definition at line 23 of file UnrecognizedResponseException.cs.
Tgstation.Server.Client.UnrecognizedResponseException.UnrecognizedResponseException | ( | string | message | ) |
Initializes a new instance of the UnrecognizedResponseException class.
message | The message for the Exception. |
Definition at line 31 of file UnrecognizedResponseException.cs.
Tgstation.Server.Client.UnrecognizedResponseException.UnrecognizedResponseException | ( | string | message, |
Exception | innerException | ||
) |
Initializes a new instance of the UnrecognizedResponseException class.
message | The message for the Exception. |
innerException | The inner Exception for the base Exception. |
Definition at line 41 of file UnrecognizedResponseException.cs.