It represents errors that occur during the barcode reader scan process.

Namespace: Neodynamic.SDK.BarcodeReader
Assembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public class BarcodeReaderException : Exception
Visual Basic
Public Class BarcodeReaderException _
	Inherits Exception
Visual C++
public ref class BarcodeReaderException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Neodynamic.SDK.BarcodeReader..::..BarcodeReaderException

See Also