_ATLTRY
Marks a guarded code section where an error could possibly occur.
_ATLTRY
Remarks
Used in conjunction with _ATLCATCH or _ATLCATCHALL. Resolves to the C++ symbol try.
Requirements
Header: atldef.h
See Also
Reference
Other Resources
Change History
Date |
History |
Reason |
---|---|---|
October 2010 |
Corrected spelling of _ATLCATCH and _ATLCATCHALL. |
Content bug fix. |