Class SocketErrorEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for SocketErrored event.
public class SocketErrorEventArgs : DiscordEventArgs
- Inheritance
-
SocketErrorEventArgs
- Inherited Members
Constructors
- SocketErrorEventArgs(IServiceProvider)
Initializes a new instance of the SocketErrorEventArgs class.
Properties
- Exception
Gets the exception thrown by websocket client.