Search Results for

    Show / Hide Table of Contents

    Class SocketErrorEventArgs

    Represents arguments for SocketErrored event.

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

    Properties

    | Improve this Doc View Source

    Exception

    Gets the exception thrown by websocket 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