Search Results for

    Show / Hide Table of Contents

    Class ClientErrorEventArgs

    Represents arguments for ClientErrored event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    ClientErrorEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public class ClientErrorEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    EventName

    Gets the name of the event that threw the exception.

    Declaration
    public string EventName { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Exception

    Gets the exception thrown by the client.

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    System.Exception

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems