Click or drag to resize

ScannerErrorEventArgs Class

Categories of scan controller errors.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanControllerScannerErrorEventArgs

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public class ScannerErrorEventArgs

The ScannerErrorEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodScannerErrorEventArgsInitializes a new instance of the ScannerErrorEventArgs class
Top
Fields
 NameDescription
Public fieldError Type of the scanner error
Public fieldException Initial exception of the scanner error event
Public fieldSource Device throwing the exception.
Top
See Also