core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas_x86/p_exceptions_synchronous.htm
changeset 1641 2b3996fc09a1
parent 0 fb279309251b
equal deleted inserted replaced
1640:4891d49809bb 1641:2b3996fc09a1
    21     <p>Let C++<span class="code"> catch(...)</span> blocks trap Win32 exceptions when using SEH. For Microsoft-compatible mode only. Equivilent to <span class="code">#pragma exc async</span>. This is the default.</p>
    21     <p>Let C++<span class="code"> catch(...)</span> blocks trap Win32 exceptions when using SEH. For Microsoft-compatible mode only. Equivilent to <span class="code">#pragma exc async</span>. This is the default.</p>
    22   </blockquote>
    22   </blockquote>
    23   <h5>Targets</h5>
    23   <h5>Targets</h5>
    24   <p>Intel x86</p>
    24   <p>Intel x86</p>
    25   <p class="note"><strong>NOTE</strong> To translate Win32 exceptions into C++ exceptions, use the routine <span class="code">set_se_translator()</span> found in the header <span class="code">&lt;eh.h&gt;</span>.</p>
    25   <p class="note"><strong>NOTE</strong> To translate Win32 exceptions into C++ exceptions, use the routine <span class="code">set_se_translator()</span> found in the header <span class="code">&lt;eh.h&gt;</span>.</p>
    26   <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    26   <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
    27 
    27 
    28 
    28 
    29 </body>
    29 </body>
    30 </html>
    30 </html>