Search Results for

    Show / Hide Table of Contents

    Class ClientErrorEventArgs

    Represents arguments for ClientErrored event.

    Inheritance
    Object
    KuracordEventArgs
    ClientErrorEventArgs
    Namespace: KSharpPlus.EventArgs
    Assembly: KSharpPlus.dll
    Syntax
    public class ClientErrorEventArgs : KuracordEventArgs

    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
    String
    | Improve this Doc View Source

    Exception

    Gets the exception thrown by the client.

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 KSharpPlus Contributors