Exception class indicating that there was a validation problem with a business object.
More...
Exception class indicating that there was a validation problem with a business object.
◆ ValidationException() [1/3]
| Csla.Rules.ValidationException.ValidationException |
( |
| ) |
|
|
inline |
Creates an instance of the type.
◆ ValidationException() [2/3]
| Csla.Rules.ValidationException.ValidationException |
( |
string? | message | ) |
|
|
inline |
Creates an instance of the type.
- Parameters
-
| message | Message describing the exception. |
◆ ValidationException() [3/3]
| Csla.Rules.ValidationException.ValidationException |
( |
string? | message, |
|
|
Exception? | innerException ) |
|
inline |
Creates an instance of the type.
- Parameters
-
| message | Message describing the exception. |
| innerException | Inner exception object. |
The documentation for this class was generated from the following file: