[]
        
(Showing Draft Content)

C1.Win.Input.ValidationException

ValidationException Class

An exception that follows the ValidationError event if ValidationErrorEventArgs.ErrorInfo is set to ErrorActionEnum.ThrowException.

Inheritance
ValidationException
Implements
Namespace: C1.Win.Input
Assembly: C1.Win.Input.8.dll
Syntax
public class ValidationException : ApplicationException, ISerializable

Properties

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.