Class ServerErrorException
- Namespace
- DisCatSharp.Exceptions
- Assembly
- DisCatSharp.dll
Represents an exception thrown when Discord returns an Internal Server Error.
public class ServerErrorException : DisCatSharpException, ISerializable
- Inheritance
-
ServerErrorException
- Implements
- Inherited Members
Properties
- JsonMessage
Gets the JSON received.
- WebRequest
Gets the request that caused the exception.
- WebResponse
Gets the response to the request.