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
)
Public Shared Function EnableExceptions (
enable As Boolean
) As Integer
Parameters
- enable
- Type: SystemBoolean
- It specifies whether or not the custom Exception will be thrown.
Return Value
Type:
Int32int
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