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

Table 1. NONE
MC_ErrorHandling_NONE

Description

On error, the MultiCam driver returns an error code.

Default value.

Table 2. MSGBOX
MC_ErrorHandling_MSGBOX

Description

On error, the MultiCam driver displays an error dialog box then returns an error code.
Table 3. EXCEPTION
MC_ErrorHandling_EXCEPTION

Description

On error, the MultiCam driver issues a Windows structured exception.
Table 4. MSGEXCEPTION
MC_ErrorHandling_MSGEXCEPTION

Description

On error, the MultiCam driver displays an error dialog box then issues a Windows structured exception.