CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
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.
Public Member Functions inherited from Csla.Windows.CslaActionEventArgs
 CslaActionEventArgs (string commandName)
 Creates an instance of the object.

Properties

Exception Ex [get]
 Gets a reference to the exception object.
Properties inherited from Csla.Windows.CslaActionEventArgs
string CommandName [get]
 Gets the name of the command.

Detailed Description

Event args indicating an error.

Constructor & Destructor Documentation

◆ ErrorEncounteredEventArgs()

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

Creates an instance of the object.

Parameters
commandNameName of the command.
exReference to the exception.
Exceptions
ArgumentNullExceptioncommandName or ex is null.

Property Documentation

◆ Ex

Exception Csla.Windows.ErrorEncounteredEventArgs.Ex
get

Gets a reference to the exception object.


The documentation for this class was generated from the following file: