Class InvalidSymbolException
Signals that a barcode value contains a character not supported by the target symbology when parsing or validating document text.
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 InvalidSymbolException used during barcode validation in document text.
Declaration
public InvalidSymbolException()
InvalidSymbolException(Char)
Initializes a new InvalidSymbolException with the offending character.
Declaration
public InvalidSymbolException(char symbol)
Parameters
|
System.Char
symbol
|
InvalidSymbolException(String)
Initializes a new InvalidSymbolException with a custom message.
Declaration
public InvalidSymbolException(string message)
Parameters
|
System.String
message
|
InvalidSymbolException(String, Exception)
Initializes a new InvalidSymbolException with a custom message and inner exception.
Declaration
public InvalidSymbolException(string message, Exception innerException)
Parameters
|
System.String
message
|
|
System.Exception
innerException
|