BarcodeScannerErrorOccurredEventArgs BarcodeScannerErrorOccurredEventArgs BarcodeScannerErrorOccurredEventArgs BarcodeScannerErrorOccurredEventArgs Class

Definition

Provides data for the ErrorOccurred event.

public : sealed class BarcodeScannerErrorOccurredEventArgs : IBarcodeScannerErrorOccurredEventArgspublic sealed class BarcodeScannerErrorOccurredEventArgs : IBarcodeScannerErrorOccurredEventArgsPublic NotInheritable Class BarcodeScannerErrorOccurredEventArgs Implements IBarcodeScannerErrorOccurredEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

This object is created by the ErrorOccurred event and is returned as an argument to the TypedEventHandler delegate.

Properties

ErrorData ErrorData ErrorData ErrorData

Gets the data associated with the ErrorOccurred event.

public : UnifiedPosErrorData ErrorData { get; }public UnifiedPosErrorData ErrorData { get; }Public ReadOnly Property ErrorData As UnifiedPosErrorData// You can use this property in JavaScript.

IsRetriable IsRetriable IsRetriable IsRetriable

Indicates whether it is worthwhile to make another attempt at the operation.

public : PlatForm::Boolean IsRetriable { get; }public bool IsRetriable { get; }Public ReadOnly Property IsRetriable As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

True if the application should make another attempt at the operation; otherwise, false.

PartialInputData PartialInputData PartialInputData PartialInputData

Gets any data that was successfully read.

public : BarcodeScannerReport PartialInputData { get; }public BarcodeScannerReport PartialInputData { get; }Public ReadOnly Property PartialInputData As BarcodeScannerReport// You can use this property in JavaScript.
Value
BarcodeScannerReport BarcodeScannerReport BarcodeScannerReport BarcodeScannerReport

The partial input information from the barcode scanner.