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 InvalidSymbolException class.

C#
public InvalidSymbolException()

Initializes a new instance of the InvalidSymbolException class.

C#
public InvalidSymbolException(char symbol)
Parameters:symbolchar

Initializes a new instance of the InvalidSymbolException class.

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

Initializes a new instance of the InvalidSymbolException class.

C#
public InvalidSymbolException(string message)
Parameters:messagestring