Class CommandErrorEventArgs
Represents arguments for CommandErrored event.
Inheritance
System.Object
System.EventArgs
CommandErrorEventArgs
Inherited Members
Namespace: DisCatSharp.CommandsNext
Assembly: DisCatSharp.CommandsNext.dll
Syntax
public class CommandErrorEventArgs : CommandEventArgs
Constructors
| Improve this Doc View SourceCommandErrorEventArgs(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 SourceException
Gets the exception.
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |