Exception indicating a failure to set a property's field.
More...
Exception indicating a failure to set a property's field.
◆ PropertyLoadException() [1/2]
| Csla.PropertyLoadException.PropertyLoadException |
( |
string | message | ) |
|
|
inline |
Creates an instance of the type.
- Parameters
-
| message | Text describing the exception. |
- Exceptions
-
| ArgumentException | message 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
-
| message | Text describing the exception. |
| ex | Inner exception. |
- Exceptions
-
| ArgumentException | message is null, string.Empty or only consists of white spaces. |
| ArgumentNullException | ex is null. |
The documentation for this class was generated from the following file: