ClassValidateException
Class
Provides a base class for RadBarcode validation exceptions.
Definition
Namespace:Telerik.Barcode.Validation
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public abstract class ValidateException : ArgumentException, ISerializable
Inheritance: objectExceptionSystemExceptionArgumentExceptionValidateException
Derived Classes:
Implements:
Inherited Members
Constructors
ValidateException()
Initializes a new instance of the ValidateException class.
Declaration
cs-api-definition
protected ValidateException()
ValidateException(SerializationInfo, StreamingContext)
Initializes a new instance of the ValidateException class with serialized data.
Declaration
cs-api-definition
protected ValidateException(SerializationInfo info, StreamingContext context)
Parameters
info
context
ValidateException(string)
Initializes a new instance of the ValidateException class.
ValidateException(string, Exception)
Initializes a new instance of the ValidateException class.