Class SocketErrorEventArgs
Represents arguments for SocketErrored event.
Namespace: KSharpPlus.EventArgs.Socket
Assembly: KSharpPlus.dll
Syntax
public class SocketErrorEventArgs : KuracordEventArgs
Properties
| Improve this Doc View SourceException
Gets the exception thrown by websocket client.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
Exception |