Event args indicating an error. More...
Public Member Functions | |
ErrorEncounteredEventArgs (string commandName, Exception ex) | |
Creates an instance of the object. More... | |
Public Member Functions inherited from Csla.Windows.CslaActionEventArgs | |
CslaActionEventArgs (string commandName) | |
Creates an instance of the object. More... | |
Properties | |
Exception | Ex [get] |
Gets a reference to the exception object. More... | |
Properties inherited from Csla.Windows.CslaActionEventArgs | |
string | CommandName [get] |
Gets the name of the command. More... | |
Event args indicating an error.
Definition at line 15 of file ErrorEncounteredEventArgs.cs.
Csla.Windows.ErrorEncounteredEventArgs.ErrorEncounteredEventArgs | ( | string | commandName, |
Exception | ex | ||
) |
Creates an instance of the object.
commandName | Name of the command. |
ex | Reference to the exception. |
Definition at line 26 of file ErrorEncounteredEventArgs.cs.
|
get |
Gets a reference to the exception object.
Definition at line 37 of file ErrorEncounteredEventArgs.cs.