ClassValidateException
Class
Provides a base class for RadBarcode validation exceptions.
Definition
Namespace:Telerik.Barcode.Validation
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public abstract class ValidateException : ArgumentException, ISerializable
Inheritance: objectExceptionSystemExceptionArgumentExceptionValidateException
Derived Classes:
Implements:
Inherited Members
Constructors
ValidateException()
Initializes a new instance of the ValidateException class.
Declaration
cs-api-definition
protected ValidateException()
ValidateException(string)
Initializes a new instance of the ValidateException class.
ValidateException(string, Exception)
Initializes a new instance of the ValidateException class.