Class ClientErrorEventArgs
Represents arguments for ClientErrored event.
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class ClientErrorEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceEventName
Gets the name of the event that threw the exception.
Declaration
public string EventName { get; }
Property Value
Type | Description |
---|---|
System.String |
Exception
Gets the exception thrown by the client.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |