Class BadResponseException
- Namespace
- GuildWars2.Http
- Assembly
- GW2SDK.dll
Thrown when a server returns an unusable response.
public sealed class BadResponseException : HttpRequestException, ISerializable
- Inheritance
-
BadResponseException
- Implements
- Inherited Members
Constructors
- BadResponseException()
Initializes a new instance of the BadResponseException class.
- BadResponseException(string?)
Initializes a new instance of the BadResponseException class with a specified error message.
- BadResponseException(string?, Exception?)
Initializes a new instance of the BadResponseException class with a specified error message and a reference to the inner exception that is the cause of this exception.