Class ValidateException
Provides a base class for RadBarcode validation exceptions.
Inheritance
System.Object
ValidateException
Namespace: Telerik.Barcode.Validation
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class ValidateException : ArgumentException
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.
|