microsoft_exceptions

Controls the use of Microsoft C++ exception handling.

Syntax

#pragma microsoft_exceptions on | off | reset

Targets
Intel x86
Remarks

This pragma tells the x86 compiler to generate exception handling code that is compatible with Microsoft C++ exception handling code.

To check this setting, use __option (microsoft_exceptions).