MagneticStripeReaderErrorOccurredEventArgs.ErrorData Property

Definition

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

public:
 property UnifiedPosErrorData ^ ErrorData { UnifiedPosErrorData ^ get(); };
UnifiedPosErrorData ErrorData();
public UnifiedPosErrorData ErrorData { get; }
var unifiedPosErrorData = magneticStripeReaderErrorOccurredEventArgs.errorData;
Public ReadOnly Property ErrorData As UnifiedPosErrorData

Property Value

The error information.

Applies to