XLL+ Class Library (6.3)

CXlStructuredExceptionHandler Class

An exception thrown when a call to the Excel API fails.

class CXlStructuredExceptionHandler

Overview

If an instance of CXlStructuredExceptionHandler exists, then any C runtime exceptions (structured exceptions) that occur will be trapped and rethrown as C++ exceptions of type CXlStructuredException. As soon as the instance goes out of scope, this translation service will cease.

Requirements

Header: xlpexcept.h

See Also

CXlStructuredExceptionHandler Methods | xlpexcept.h | C Runtime Exceptions | Exceptions