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.Core.LoadManager.AsyncLoadException Class Reference

Exception class to add the PropertyInfo and better nmessage to an async exception More...

Inheritance diagram for Csla.Core.LoadManager.AsyncLoadException:

Public Member Functions

 AsyncLoadException (IPropertyInfo property, string message, Exception ex)
 Constructor for AsyncLoadException More...
 

Properties

IPropertyInfo Property [getset]
 The property that Async LazyLoad failed on. More...
 

Detailed Description

Exception class to add the PropertyInfo and better nmessage to an async exception

Definition at line 13 of file AsyncLoadException.cs.

Constructor & Destructor Documentation

◆ AsyncLoadException()

Csla.Core.LoadManager.AsyncLoadException.AsyncLoadException ( IPropertyInfo  property,
string  message,
Exception  ex 
)

Constructor for AsyncLoadException

Parameters
propertythe IPropertyInfo that desccribes the property
messageClear text message for user
exthe actual exception

Definition at line 30 of file AsyncLoadException.cs.

Property Documentation

◆ Property

IPropertyInfo Csla.Core.LoadManager.AsyncLoadException.Property
getset

The property that Async LazyLoad failed on.


The property.

Definition at line 22 of file AsyncLoadException.cs.