Exception class indicating that there was a validation problem with a business object. More...
Public Member Functions | |
| ValidationException () | |
| Creates an instance of the object. More... | |
| ValidationException (string message) | |
| Creates an instance of the object. More... | |
| ValidationException (string message, Exception innerException) | |
| Creates an instance of the object. More... | |
Protected Member Functions | |
| ValidationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
| Creates an instance of the object for serialization. More... | |
Exception class indicating that there was a validation problem with a business object.
Definition at line 18 of file ValidationException.cs.
| Csla.Rules.ValidationException.ValidationException | ( | ) |
Creates an instance of the object.
Definition at line 24 of file ValidationException.cs.
| Csla.Rules.ValidationException.ValidationException | ( | string | message | ) |
Creates an instance of the object.
| message | Message describing the exception. |
Definition at line 33 of file ValidationException.cs.
| Csla.Rules.ValidationException.ValidationException | ( | string | message, |
| Exception | innerException | ||
| ) |
Creates an instance of the object.
| message | Message describing the exception. |
| innerException | Inner exception object. |
Definition at line 44 of file ValidationException.cs.
|
protected |
Creates an instance of the object for serialization.
| context | Serialization context. |
| info | Serialization info. |
Definition at line 56 of file ValidationException.cs.