Class
InvalidLengthException

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

Definition

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

int

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

string

InvalidLengthException(string, Exception)

Initializes a new instance of the InvalidLengthException class.

Declaration

cs-api-definition
public InvalidLengthException(string message, Exception innerException)

Parameters

message

string

innerException

Exception