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.Xaml.ErrorEventArgs Class Reference

Contains information about the error that has occurred. More...

Inheritance diagram for Csla.Xaml.ErrorEventArgs:

Properties

Exception Error [getset]
 Gets the Exception object for the error that occurred. More...
 

Detailed Description

Contains information about the error that has occurred.

Definition at line 19 of file Csla.Xaml.Shared/ErrorEventArgs.cs.

Property Documentation

◆ Error

Exception Csla.Xaml.ErrorEventArgs.Error
getset

Gets the Exception object for the error that occurred.

Definition at line 25 of file Csla.Xaml.Shared/ErrorEventArgs.cs.