Поделиться через


_ATLCATCH

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

_ATLCATCH( e )

Параметры

  • e
    The exception to catch.

Заметки

Used in conjunction with _ATLTRY. Resolves to C++ catch(CAtlException e) for handling a given type of C++ exceptions.

Требования

Header: atldef.h

См. также

Основные понятия

Exception Handling Macros

_ATLTRY

_ATLCATCHALL