Click or drag to resize

ErrorManagerLastError Property

Provides more informations regarding the last error occurred.

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 Exception LastError { get; }

Property Value

Type: Exception
[!:NoType:http://docs$oracle$com/javase/6/docs/api/java/lang/Exception;Href=http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html] retrieves the last error occurred during the operating cycle. The exception may be cast to ConfigException or DecodeException or DeviceException. Null in case of no known exception occurred.
Remarks

Provides more informations regarding the last error occurred.

[Android Documentation]

See Also