Table of Contents

Class ClientErrorEventArgs

Namespace
DisCatSharp.EventArgs
Assembly
DisCatSharp.dll

Represents arguments for ClientErrored event.

public class ClientErrorEventArgs : DiscordEventArgs
Inheritance
ClientErrorEventArgs
Inherited Members

Properties

EventName

Gets the name of the event that threw the exception.

Exception

Gets the exception thrown by the client.