MagneticStripeReaderErrorOccurredEventArgs Class

Definition

Provides error information for the ErrorOccurred event.

public ref class MagneticStripeReaderErrorOccurredEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MagneticStripeReaderErrorOccurredEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MagneticStripeReaderErrorOccurredEventArgs
Public NotInheritable Class MagneticStripeReaderErrorOccurredEventArgs
Inheritance
Object Platform::Object IInspectable MagneticStripeReaderErrorOccurredEventArgs
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Remarks

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

Properties

ErrorData

Gets the error information, such as cause of error, severity, error message, and any available vendor specific error information.

PartialInputData

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

Track1Status

Gets the Track 1 error information.

Track2Status

Gets the Track 2 error information.

Track3Status

Gets the Track 3 error information.

Track4Status

Gets the Track 4 error information.

Applies to

See also