You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Runtime.InteropServices/SEHException.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,6 @@
64
64
65
65
Any SEH exception that is not automatically mapped to a specific exception is mapped to the <xref:System.Runtime.InteropServices.SEHException> class by default.
66
66
67
-
For more information, see [Structured Exception Handling (C/C++)](/cpp/cpp/structured-exception-handling-c-cpp).
68
-
69
67
Note that the <xref:System.Runtime.InteropServices.SEHException> class does not cause unmanaged C++ exception destructors to be called. To ensure that unmanaged C++ exception destructors are called, use the following syntax in the `catch` block.
70
68
71
69
```vb
@@ -93,6 +91,7 @@ catch(…)
93
91
<altmembercref="T:System.Exception" />
94
92
<relatedtype="Article"href="~/docs/standard/exceptions/index.md">Handling and throwing exceptions in .NET</related>
95
93
<relatedtype="Article"href="~/docs/framework/interop/how-to-map-hresults-and-exceptions.md">How to: Map HRESULTs and Exceptions</related>
0 commit comments