BarcodeScannerErrorOccurredEventArgs.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 data associated with the ErrorOccurred event.
public:
property UnifiedPosErrorData ^ ErrorData { UnifiedPosErrorData ^ get(); };
UnifiedPosErrorData ErrorData();
public UnifiedPosErrorData ErrorData { get; }
var unifiedPosErrorData = barcodeScannerErrorOccurredEventArgs.errorData;
Public ReadOnly Property ErrorData As UnifiedPosErrorData
Property Value
The error information.