Class InvalidSymbolException
The exception that is thrown when an invalid symbol is detected in the input of a RadBarcode.
Inheritance
Inherited Members
Namespace: DPL.Telerik.Barcode.Validation
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class InvalidSymbolException : ValidateException, _Exception, ISerializable
Constructors
InvalidSymbolException()
Initializes a new instance of the Invalid
Declaration
public InvalidSymbolException()
InvalidSymbolException(Char)
Initializes a new instance of the Invalid
Declaration
public InvalidSymbolException(char symbol)
Parameters
System.
|
InvalidSymbolException(String)
Initializes a new instance of the Invalid
Declaration
public InvalidSymbolException(string message)
Parameters
System.
|
InvalidSymbolException(String, Exception)
Initializes a new instance of the Invalid
Declaration
public InvalidSymbolException(string message, Exception innerException)
Parameters
System.
|
System.
|