New to Telerik UI for .NET MAUIStart a free 30-day trial

The exception that is thrown when an invalid symbol is detected in the input of a RadBarcode.

Definition

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)
Parameters:lengthint

The maximum length that was exceeded.

Initializes a new instance of the InvalidLengthException class.

C#
public InvalidLengthException(string message, Exception innerException)
Parameters:messagestringinnerExceptionException

Initializes a new instance of the InvalidLengthException class.

C#
public InvalidLengthException(string message)
Parameters:messagestring