Picolo | Picolo Junior 4 | Picolo Pro 2 | Picolo Pro 3 | Picolo Tetra | Picolo Tymo | Picolo Alert | Picolo Diligent |
Domino Iota | Domino Alpha 2 | Domino Melody | Domino Harmony | Domino Symphony |
Grablink Value | Grablink Expert 2 | Grablink Avenue | Grablink Express | Grablink Quickpack ColorScan | Grablink Quickpack CFA | Grablink Full XR | Grablink Full | Grablink DualBase | Grablink Base |
Description
Type |
Enumerated |
Description |
Error handling behavior definition |
"Set" effect |
Sets the error handling behavior |
"Get" effect |
Returns the current error handling behavior |
Classification
Class |
Configuration |
Category |
|
Level |
Expert |
Identifiers
String |
ErrorHandling |
C, C++ |
MC_ErrorHandling |
.NET |
MC.ErrorHandling |
Numerical |
49 |
This parameter defines the error handling behavior. See also Error Reporting Behaviors.
Possible values
Name |
Identifier |
Description |
NONE |
MC_ErrorHandling_NONE |
On error, the MultiCam driver returns an error code. This is the default value. |
MSGBOX |
MC_ErrorHandling_MSGBOX |
On error, the MultiCam driver displays an error dialog box then returns an error code. |
EXCEPTION |
MC_ErrorHandling_EXCEPTION |
On error, the MultiCam driver issues a Windows structured exception. |
MSGEXCEPTION |
MC_ErrorHandling_MSGEXCEPTION |
On error, the MultiCam driver displays an error dialog box then issues a Windows structured exception. |
Applicability chart
Host computer OS |
||||
NONE |
MSGBOX |
EXCEPTION |
MSGEXCEPTION |
|
Windows |
✓ |
✓ |
✓ |
✓ |
Linux |
✓ |
|
|
|