BarcodeReaderException Constructor

Stores error information.

Namespace: Honeywell.Mobility.DataCollection

Assembly: Honeywell.Mobility.DataCollection.FF3.5 (in Honeywell.Mobility.DataCollection.FF3.5.dll)

Syntax

[C#]
public BarcodeReaderException(
    int errValue,
    string errMessage
)
[Visual Basic]
Public Sub New ( _
    errValue As Integer, _
    errMessage As String _
)

Parameters

errValue
Type: System.Int32
Error value of the error.

errMessage
Type: System.String
String describing the error.

More Information

BarcodeReaderException Class