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(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidLengthException class.

Declaration

cs-api-definition
protected InvalidLengthException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

context

StreamingContext

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