Exceptions in C++/CLI
The articles in this section of the documentation explain exception handling in C++/CLI and how it differs from standard exception handling.
Related Articles
Title |
Description |
---|---|
Discusses exception handling in managed applications. |
|
Discusses the differences between standard exception handling and exception handling in C++/CLI. |
|
Describes the finally block that's used to clean up resources that are left after an exception occurs. |
|
Demonstrates how to use __try and __except to catch exceptions in native code that are thrown from MSIL. |
|
Demonstrates how to capture unhandled exceptions. |
|
The top-level article for .NET programming in the Visual C++ documentation. |