Represents an exception when a validator fails.
Namespace:
Mindscape.LightSpeed.ValidationAssembly: Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class ValidationException : Exception |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public NotInheritable Class ValidationException _ Inherits Exception |