Search Results for

    Show / Hide Table of Contents

    Class CommandErrorEventArgs

    Represents arguments for CommandErrored event.

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    CommandEventArgs
    CommandErrorEventArgs
    Inherited Members
    CommandEventArgs.Context
    CommandEventArgs.Command
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.CommandsNext
    Assembly: DisCatSharp.CommandsNext.dll
    Syntax
    public class CommandErrorEventArgs : CommandEventArgs

    Constructors

    | Improve this Doc View Source

    CommandErrorEventArgs(IServiceProvider)

    Initializes a new instance of the CommandErrorEventArgs class.

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

    The provider.

    Properties

    | Improve this Doc View Source

    Exception

    Gets the exception.

    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