Class ValidateException
Provides a base class for RadBarcode validation exceptions.
Inheritance
Namespace: Telerik.Barcode.Validation
Assembly: Telerik.Reporting.dll
Syntax
public abstract class ValidateException : ArgumentException, _Exception, ISerializable
Constructors
ValidateException()
Initializes a new instance of the Validate
Declaration
protected ValidateException()
ValidateException(SerializationInfo, StreamingContext)
Initializes a new instance of the ValidateException class with serialized data.
Declaration
protected ValidateException(SerializationInfo info, StreamingContext context)
Parameters
System.
|
System.
|
ValidateException(String)
Initializes a new instance of the Validate
Declaration
protected ValidateException(string message)
Parameters
System.
|
ValidateException(String, Exception)
Initializes a new instance of the Validate
Declaration
protected ValidateException(string message, Exception innerException)
Parameters
System.
|
System.
|