MagneticStripeReaderErrorOccurredEventArgs.ErrorData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.