XLL+ Class Library (7.0)

Function.DoNotCatchStructuredExceptions

Controls whether wrapper functions will contain code to catch C runtime exceptions

Remarks

If this property is set to true, then the code which normally traps C runtime exceptions will not be generated. It is then the responsibility of the developer to catch any such exceptions, if they are liable to occur.

The default value for the property is false.

See Also

Function Model | Function Properties | C Runtime Exceptions