Class
InvalidSymbolException

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

Definition

Constructors

InvalidSymbolException()

Initializes a new instance of the InvalidSymbolException class.

Declaration

cs-api-definition
public InvalidSymbolException()

InvalidSymbolException(SerializationInfo, StreamingContext)

Initializes a new instance of the InvalidSymbolException class with serialized data.

Declaration

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

Parameters

info

SerializationInfo

context

StreamingContext

InvalidSymbolException(char)

Initializes a new instance of the InvalidSymbolException class.

Declaration

cs-api-definition
public InvalidSymbolException(char symbol)

Parameters

symbol

char

InvalidSymbolException(string)

Initializes a new instance of the InvalidSymbolException class.

Declaration

cs-api-definition
public InvalidSymbolException(string message)

Parameters

message

string

InvalidSymbolException(string, Exception)

Initializes a new instance of the InvalidSymbolException class.

Declaration

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

Parameters

message

string

innerException

Exception