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 ValidateException class.
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.Runtime.Serialization.SerializationInfo
info
|
System.Runtime.Serialization.StreamingContext
context
|
ValidateException(String)
Initializes a new instance of the ValidateException class.
Declaration
protected ValidateException(string message)
Parameters
System.String
message
|
ValidateException(String, Exception)
Initializes a new instance of the ValidateException class.
Declaration
protected ValidateException(string message, Exception innerException)
Parameters
System.String
message
|
System.Exception
innerException
|