Search Results for

    Show / Hide Table of Contents

    Class SocketErrorEventArgs

    Represents arguments for SocketErrored event.

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

    Constructors

    | Improve this Doc View Source

    SocketErrorEventArgs(IServiceProvider)

    Initializes a new instance of the SocketErrorEventArgs class.

    Declaration
    public SocketErrorEventArgs(IServiceProvider provider)
    Parameters
    Type Name Description
    System.IServiceProvider provider

    Properties

    | Improve this Doc View Source

    Exception

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