[]
        
(Showing Draft Content)

C1.Win.C1Input.ValidationException

ValidationException Class

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

Inheritance
ValidationException
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public class ValidationException : ApplicationException, ISerializable, _Exception

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.