CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.PropertyLoadException Class Reference

Exception indicating a failure to set a property's field. More...

Inheritance diagram for Csla.PropertyLoadException:

Public Member Functions

 PropertyLoadException (string message)
 Creates an instance of the type.
 PropertyLoadException (string message, Exception ex)
 Creates an instance of the type.

Detailed Description

Exception indicating a failure to set a property's field.

Constructor & Destructor Documentation

◆ PropertyLoadException() [1/2]

Csla.PropertyLoadException.PropertyLoadException ( string message)
inline

Creates an instance of the type.

Parameters
messageText describing the exception.
Exceptions
ArgumentExceptionmessage is null, string.Empty or only consists of white spaces.

◆ PropertyLoadException() [2/2]

Csla.PropertyLoadException.PropertyLoadException ( string message,
Exception ex )
inline

Creates an instance of the type.

Parameters
messageText describing the exception.
exInner exception.
Exceptions
ArgumentExceptionmessage is null, string.Empty or only consists of white spaces.
ArgumentNullExceptionex is null.

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