InvokeMethodErrorEventArgs. Más...
Métodos públicos | |
CommandErrorEventArgs (string commandName, string addonsName, string messageError) | |
Constructor. | |
![]() | |
CommandEventArgs (string commandName, string addonsName) | |
Constuctor. | |
Propiedades | |
string | MessageError = string.Empty [get] |
Mensaje de error. | |
![]() | |
string | CommandName [get] |
Nombre del método llamado. | |
string | AddonsNane [get] |
Nombre del addons. | |
Definición en la línea 11 del archivo CommandErrorEventArgs.cs.
|
inline |
Constructor.
commandName | |
addonsName | |
messageError |
Definición en la línea 19 del archivo CommandErrorEventArgs.cs.
|
get |
Mensaje de error.
Definición en la línea 26 del archivo CommandErrorEventArgs.cs.