ValidationException Constructors
Occurs if the validation of an IRuleSet
is unsuccessful.
Name | Parameters | Description |
---|---|---|
Validation |
result, message |
Initializes a new instance of the Validation |
Validation |
result |
Initializes a new instance of the Validation |
Validation |
message |
Initializes a new instance of the Validation |
Validation |
message, result |
Initializes a new instance of the Validation |
See Also