Class RequestSizeException
- Namespace
- DisCatSharp.Exceptions
- Assembly
- DisCatSharp.dll
Represents an exception thrown when the request sent to Discord is too large.
public class RequestSizeException : DisCatSharpException, ISerializable
- Inheritance
-
RequestSizeException
- Implements
- Inherited Members
Properties
- JsonMessage
Gets the JSON received.
- WebRequest
Gets the request that caused the exception.
- WebResponse
Gets the response to the request.