Skip to content

Latest commit

 

History

History
45 lines (43 loc) · 1.96 KB

File metadata and controls

45 lines (43 loc) · 1.96 KB
title Exceptions in C++-CLI | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
devlang-cpp
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
ms.assetid 0010e205-4487-49a9-a8db-4a8ec63cfc83
caps.latest.revision 5
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Exceptions in C++/CLI

The articles in this section of the documentation explain exception handling in [!INCLUDEcppcli] and how it differs from standard exception handling.

Related Articles

Title Description
Basic Concepts in Using Managed Exceptions Discusses exception handling in managed applications.
Differences in Exception Handling Behavior Under /CLR Discusses the differences between standard exception handling and exception handling in [!INCLUDEcppcli].
finally Describes the finally block that's used to clean up resources that are left after an exception occurs.
How to: Catch Exceptions in Native Code Thrown from MSIL Demonstrates how to use __try and __except to catch exceptions in native code that are thrown from MSIL.
How to: Define and Install a Global Exception Handler Demonstrates how to capture unhandled exceptions.
.NET Programming with C++/CLI (Visual C++) The top-level article for .NET programming in the Visual C++ documentation.