_ATLCATCHALL

 

Statement(s) to handle errors occurring in the associated _ATLTRY.

Syntax

_ATLCATCHALL

Remarks

Used in conjunction with _ATLTRY. Resolves to C++ catch(...) for handling all types of C++ exceptions.

Requirements

Header: atldef.h

See Also

Exception Handling Macros
_ATLTRY
_ATLCATCH