MultiCam Boards Documentation > MultiCam Documentation > MultiCam Reference > Configuration Class > Configuration Category > Expert Level (Configuration) > ErrorHandling

ErrorHandling

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

ErrorHandling

NONE

MSGBOX

EXCEPTION

MSGEXCEPTION

Windows

Linux