Home > Control properties descriptions > History back  Previous chapter  Next chapter  Print  

EnableErrorReport

uEye ActiveX Manual Version 4.00

EnableErrorReport

Description

With EnableErrorReport you can enable/disable error event logging. If error reporting is enabled, errors will automatically be displayed in a dialog box. Cancelling the dialog box disables the error report. Even with disabled error reporting, you can still query errors using GetError().

Hinweis

Control properties are only supported for programming in C# and VB.

For programming in C++, use the following functions instead:

BOOL GetEnableErrorReport()

void SetEnableErrorReport(BOOL)

Parameters

Type

Value

Description

BOOL

TRUE

Allow the control to fire a standard error event if an error occurs (default setting). Checking the return value of the ActiveX functions is recommended anyway.

FALSE

Don’t report an error. To check for errors the return value of the functions have to be verified.

Related functions

GetError()

GetErrorText()


Suggestion for improvement? Send us your short Feedback on this chapter. Thank you very much!

For technical questions please contact you local distributor or use the support form on our website.


© 2012 IDS Imaging Development Systems GmbH
http://www.ids-imaging.com