ErrorManagerErrors Property |
Provides a
IList containing all the errors occurred, since the last
ClearErrors invocation.
Namespace:
Com.Datalogic.Device
Assembly:
datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static IList<Exception> Errors { get; }
Public Shared ReadOnly Property Errors As IList(Of Exception)
Get
Property Value
Type:
IListExceptionRemarks See Also