ErrorHandling
Error handling behavior definition
Parameter Info
Class | Category | Level | Type | Access |
---|---|---|---|---|
Configuration | Configuration | EXPERT | Enumerated | Set and Get |
Num ID | String Identifier | C, C++ identifier |
---|---|---|
49 << 14 | ErrorHandling | MC_ErrorHandling |
Parameter Description
This parameter defines the error handling behavior. See also Error Reporting Behaviors.
Parameter Values
Enumeration: NONE, MSGBOX, EXCEPTION, MSGEXCEPTION
MC_ErrorHandling_NONE |
---|
Description On error, the MultiCam driver returns an error code.Default value. |
MC_ErrorHandling_MSGBOX |
---|
Description On error, the MultiCam driver displays an error dialog box then returns an error code. |
MC_ErrorHandling_EXCEPTION |
---|
Description On error, the MultiCam driver issues a Windows structured exception. |
MC_ErrorHandling_MSGEXCEPTION |
---|
Description On error, the MultiCam driver displays an error dialog box then issues a Windows structured exception. |