Class InvalidCodeException

InvalidCodeException class

The Exception will be thrown when invalid characters contained in the code text.

public class InvalidCodeException : BarCodeException

Constructors

NameDescription
InvalidCodeException()Initializes a new instance of the InvalidCodeException class.
InvalidCodeException(string)Initializes a new instance of the InvalidCodeException class with a specified error message.

See Also