Error Reporting Behaviors
Four behaviors are supported when an error occurs during the execution of a MultiCam API function.
The wished behavior is selected with the ErrorHandling parameter, which can assume one of the four following values:
ErrorHandling |
Behavior designation |
Effect |
NONE |
The MultiCam function returns the error code. |
|
MSGBOX |
A dialog box is displayed. |
|
EXCEPTION |
A Windows structured exception is issued. |
|
MSGEXCEPTION |
A dialog box is displayed, allowing for a Windows structured exception to be issued. |