Class BarCodeException

BarCodeException class

Represents the exception for creating barcode image.

public class BarCodeException : Exception

Constructors

NameDescription
BarCodeException()Initializes a new instance of the BarCodeException class.
BarCodeException(string)Initializes a new instance of the BarCodeException class with specified error message.
BarCodeException(string, Exception)Initializes a new instance of the BarCodeException class with the specified error message and the current exception.

See Also