_ATLCATCH
Statement(s) to handle errors occurring in the associated _ATLTRY.
_ATLCATCH( e )
Parameters
- e
The exception to catch.
Remarks
Used in conjunction with _ATLTRY. Resolves to C++ catch(CAtlException e) for handling a given type of C++ exceptions.
Requirements
Header: atldef.h