MagneticStripeReaderErrorOccurredEventArgs MagneticStripeReaderErrorOccurredEventArgs MagneticStripeReaderErrorOccurredEventArgs MagneticStripeReaderErrorOccurredEventArgs Class

Definition

Provides error information for the ErrorOccurred event.

public : sealed class MagneticStripeReaderErrorOccurredEventArgs : IMagneticStripeReaderErrorOccurredEventArgspublic sealed class MagneticStripeReaderErrorOccurredEventArgs : IMagneticStripeReaderErrorOccurredEventArgsPublic NotInheritable Class MagneticStripeReaderErrorOccurredEventArgs Implements IMagneticStripeReaderErrorOccurredEventArgs// 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 error information, such as cause of error, severity, error message, and any available vendor specific error information.

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

PartialInputData PartialInputData PartialInputData PartialInputData

Gets the track data for tracks the did not have errors.

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

Track1Status Track1Status Track1Status Track1Status

Gets the Track 1 error information.

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

Track2Status Track2Status Track2Status Track2Status

Gets the Track 2 error information.

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

Track3Status Track3Status Track3Status Track3Status

Gets the Track 3 error information.

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

Track4Status Track4Status Track4Status Track4Status

Gets the Track 4 error information.

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