Event ExceptionThrown
- Namespace
- DisCatSharp.Net.WebSocket
- Assembly
- DisCatSharp.dll
Triggered when an error occurs in the client.
public event AsyncEventHandler<IWebSocketClient, SocketErrorEventArgs> ExceptionThrown
Returns
- AsyncEventHandler<IWebSocketClient, SocketErrorEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.
- Implements