C# Class Nekobot.Commands.CommandErrorEventArgs

Inheritance: CommandEventArgs
Exibir arquivo Open project: Kusoneko/Nekobot

Public Methods

Method Description
CommandErrorEventArgs ( CommandErrorType errorType, CommandEventArgs baseArgs, Exception ex ) : System

Method Details

CommandErrorEventArgs() public method

public CommandErrorEventArgs ( CommandErrorType errorType, CommandEventArgs baseArgs, Exception ex ) : System
errorType CommandErrorType
baseArgs CommandEventArgs
ex System.Exception
return System