New to Telerik UI for WPFStart a free 30-day trial

Provides a base class for RadBarcode validation exceptions.

Definition

Constructors

Initializes a new instance of the ValidateException class.

C#
protected ValidateException()

Initializes a new instance of the ValidateException class with serialized data.

C#
protected ValidateException(SerializationInfo info, StreamingContext context)
Parameters:infoSerializationInfocontextStreamingContext

Initializes a new instance of the ValidateException class.

C#
protected ValidateException(string message, Exception innerException)
Parameters:messagestringinnerExceptionException

Initializes a new instance of the ValidateException class.

C#
protected ValidateException(string message)
Parameters:messagestring