Class ClientErrorEventArgs
- Namespace
 - DSharpPlus.EventArgs
 
- Assembly
 - DSharpPlus.dll
 
Represents arguments for the ClientErrored event.
public class ClientErrorEventArgs : DiscordEventArgs
  - Inheritance
 - 
      
      
      
      
      ClientErrorEventArgs
 
Properties
- EventName
 Gets the name of the event that threw the exception.
- Exception
 Gets the exception thrown by the client.