CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
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.