Class ValidateException
Provides a base class for RadBarcode validation exceptions.
Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
ValidateException
Inherited Members
System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.ArgumentException.Message
System.ArgumentException.ParamName
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: DPL.Telerik.Barcode.Validation
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class ValidateException : ArgumentException, _Exception, ISerializable
Constructors
ValidateException()
Initializes a new instance of the Validate
Declaration
protected ValidateException()
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.
|