Exception class to add the PropertyInfo and better nmessage to an async exception More...
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... | |
Exception class to add the PropertyInfo and better nmessage to an async exception
Definition at line 13 of file AsyncLoadException.cs.
| Csla.Core.LoadManager.AsyncLoadException.AsyncLoadException | ( | IPropertyInfo | property, |
| string | message, | ||
| Exception | ex | ||
| ) |
Constructor for AsyncLoadException
| property | the IPropertyInfo that desccribes the property |
| message | Clear text message for user |
| ex | the actual exception |
Definition at line 30 of file AsyncLoadException.cs.
|
getset |
The property that Async LazyLoad failed on.
The property.
Definition at line 22 of file AsyncLoadException.cs.