CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Windows.ErrorEncounteredEventArgs Class Reference

Event args indicating an error. More...

Inheritance diagram for Csla.Windows.ErrorEncounteredEventArgs:
Csla.Windows.CslaActionEventArgs

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...
 

Detailed Description

Event args indicating an error.

Definition at line 15 of file ErrorEncounteredEventArgs.cs.

Constructor & Destructor Documentation

◆ ErrorEncounteredEventArgs()

Csla.Windows.ErrorEncounteredEventArgs.ErrorEncounteredEventArgs ( string  commandName,
Exception  ex 
)

Creates an instance of the object.

Parameters
commandNameName of the command.
exReference to the exception.

Definition at line 26 of file ErrorEncounteredEventArgs.cs.

Property Documentation

◆ Ex

Exception Csla.Windows.ErrorEncounteredEventArgs.Ex
get

Gets a reference to the exception object.

Definition at line 37 of file ErrorEncounteredEventArgs.cs.