Class ValidateException
Base exception for barcode validation errors encountered while processing document text, enabling consistent error handling across symbologies.
Inheritance
Inherited Members
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 ValidateException class.
Declaration
protected ValidateException()
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
|