[]
An exception that follows the ValidationError event if ValidationErrorEventArgs.ErrorInfo is set to ErrorActionEnum.ThrowException.
public class ValidationException : ApplicationException, ISerializable, _Exception
| Name | Description |
|---|---|
| Reason | Validation phase on which the error has been detected. |
| Sender | Control that fired the exception. |
| Text | The input text that caused the error. |
| Value | The typed value that caused the error. |