Search Results for

    Show / Hide Table of Contents

    Class RequestSizeException

    Represents an exception thrown when the request sent to Discord is too large.

    Inheritance
    System.Object
    System.Exception
    RequestSizeException
    Namespace: DisCatSharp.Exceptions
    Assembly: DisCatSharp.dll
    Syntax
    public class RequestSizeException : Exception, ISerializable

    Properties

    | Improve this Doc View Source

    JsonMessage

    Gets the JSON received.

    Declaration
    public string JsonMessage { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    WebRequest

    Gets the request that caused the exception.

    Declaration
    public BaseRestRequest WebRequest { get; }
    Property Value
    Type Description
    BaseRestRequest
    | Improve this Doc View Source

    WebResponse

    Gets the response to the request.

    Declaration
    public RestResponse WebResponse { get; }
    Property Value
    Type Description
    RestResponse

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems