Exception class indicating that there was a validation problem with a business object. More...
Public Member Functions | |
ValidationException () | |
Creates an instance of the type. More... | |
ValidationException (string message) | |
Creates an instance of the type. More... | |
ValidationException (string message, Exception innerException) | |
Creates an instance of the type. 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 type.
Definition at line 24 of file ValidationException.cs.
Csla.Rules.ValidationException.ValidationException | ( | string | message | ) |
Creates an instance of the type.
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 type.
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.