Class ClientErrorEventArgs
Represents arguments for ClientErrored event.
Namespace: KSharpPlus.EventArgs
Assembly: KSharpPlus.dll
Syntax
public class ClientErrorEventArgs : KuracordEventArgs
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 |
---|---|
String |
Exception
Gets the exception thrown by the client.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |