Represents an exception when a validator fails.
| C# | Visual Basic |
[SerializableAttribute] public sealed class ValidationException : Exception
<SerializableAttribute> _ Public NotInheritable Class ValidationException _ Inherits Exception
| All Members | Constructors | ||||
| Icon | Member | Description |
|---|---|---|
| ValidationException(String) |
Initializes a new instance of the ValidationException class.
| |
| ValidationException(String, Exception) |
Initializes a new instance of the ValidationException class.
| |
| ValidationException()()() |
Initializes a new instance of the ValidationException class.
|