Click or drag to resize

BarcodeException Class

Defines an exception that is thrown by barcode error handlers.
Inheritance Hierarchy

Namespace:  Opait.Barcode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public class BarcodeException : Exception
Constructors
  NameDescription
Public methodBarcodeException
Initializes a new instance of the BarcodeException class.
Public methodBarcodeException(String)
Initializes a new instance of the BarcodeException class with a specified error message.
Public methodBarcodeException(String, Exception)
Initializes a new instance of the BarcodeException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also