The exception that is thrown when an invalid symbol is detected in the input of a RadBarcode.
Definition
Namespace:Telerik.Barcode.Validation
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class InvalidLengthException : ValidateException, ISerializable
Inheritance: objectExceptionSystemExceptionArgumentExceptionValidateExceptionInvalidLengthException...
Implements:
Inherited Members
Constructors
Initializes a new instance of the InvalidLengthException class.
C#
public InvalidLengthException()
Initializes a new instance of the InvalidLengthException class.
C#
public InvalidLengthException(int length)
The maximum length that was exceeded.
Initializes a new instance of the InvalidLengthException class.
Initializes a new instance of the InvalidLengthException class.