Exception Handling Macros

These macros provide support for exception handling.

_ATLCATCH

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

_ATLCATCHALL

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

_ATLTRY

Marks a guarded code section where an error could possibly occur.

See Also

Other Resources

ATL Macros