Click or drag to resize

BarcoderException Class

Defines an exception that is thrown by barcode error handlers.
Inheritance Hierarchy
SystemObject
  SystemException
    Opait.Barcoder.ApiBarcoderException

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