ClassInvalidLengthException
Class
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:
cs-api-definition
public class InvalidLengthException : ValidateException, ISerializable
Inheritance: objectExceptionSystemExceptionArgumentExceptionValidateExceptionInvalidLengthException
Implements:
Inherited Members
Constructors
InvalidLengthException()
Initializes a new instance of the InvalidLengthException class.
Declaration
cs-api-definition
public InvalidLengthException()
InvalidLengthException(int)
Initializes a new instance of the InvalidLengthException class.
Declaration
cs-api-definition
public InvalidLengthException(int length)
Parameters
length
The maximum length that was exceeded.
InvalidLengthException(string)
Initializes a new instance of the InvalidLengthException class.
Declaration
cs-api-definition
public InvalidLengthException(string message)
Parameters
message
InvalidLengthException(string, Exception)
Initializes a new instance of the InvalidLengthException class.