Click or drag to resize

ErrorManagerEnableExceptions Method

Enables the exception notification system.

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 int EnableExceptions(
	bool enable
)

Parameters

enable
Type: SystemBoolean
- It specifies whether or not the custom Exception will be thrown.

Return Value

Type: Int32
int In case of success Success is returned.
Remarks

Enables the exception notification system. In case of error, a specific RuntimeException will be thrown.

[Android Documentation]

See Also