Search Results for

    Show / Hide Table of Contents

    Class RateLimitExceptionEventArgs

    Represents arguments for RateLimitHit event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    RateLimitExceptionEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class RateLimitExceptionEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    ApiEndpoint

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

    Exception

    Declaration
    public RateLimitException Exception { get; }
    Property Value
    Type Description
    RateLimitException

    Extension Methods

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