Click or drag to resize
PickerFailedEventArgs Class
This exception-like class can wrap both exceptions and MediaCaptureFailedEventArgs objects.
Inheritance Hierarchy
SystemObject
  Scandit.BarcodePickerPickerFailedEventArgs

Namespace: Scandit.BarcodePicker
Assembly: Scandit.BarcodePicker (in Scandit.BarcodePicker.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public sealed class PickerFailedEventArgs

The PickerFailedEventArgs type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCode
The error code of the failure (HResult)
Public fieldException
The original exception that caused the picker failure
Public fieldMessage
The mesage of the failure
Top
See Also