Share

acedDisableDefaultARXExceptionHandler

C++

void acedDisableDefaultARXExceptionHandler(
    Adesk::Boolean disable = Adesk::kTrue
);

File

aced.h

Description

This function will disable (if disable is Adesk::kTrue) or enable (if disable is Adesk::kFalse) exception handling in AutoCAD for exceptions thrown while code is executing in an ObjectARX or ObjectDBX module.

When AutoCAD starts up, this exception handling is enabled. Disabling this exception handling allows applications to do their own exception handling of exceptions thrown while an ObjectARX or ObjectDBX module is executing.

Parameters

Parameters Description
disable Input Boolean indicating whether to disable ObjectARX exception handling

Was this information helpful?