Class RateLimitExceptionEventArgs
Represents arguments for RateLimitHit event.
Inheritance
System.Object
System.EventArgs
RateLimitExceptionEventArgs
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class RateLimitExceptionEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceApiEndpoint
Declaration
public string ApiEndpoint { get; }
Property Value
Type | Description |
---|---|
System.String |
Exception
Declaration
public RateLimitException Exception { get; }
Property Value
Type | Description |
---|---|
RateLimitException |