Skip to content

Commit 870f983

Browse files
nxtnRon Petrusha
authored andcommitted
Move cross-reference into See also section (#3318)
1 parent 4187593 commit 870f983

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

xml/System.Runtime.InteropServices/SEHException.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@
6464
6565
Any SEH exception that is not automatically mapped to a specific exception is mapped to the <xref:System.Runtime.InteropServices.SEHException> class by default.
6666
67-
For more information, see [Structured Exception Handling (C/C++)](/cpp/cpp/structured-exception-handling-c-cpp).
68-
6967
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.
7068
7169
```vb
@@ -93,6 +91,7 @@ catch(…)
9391
<altmember cref="T:System.Exception" />
9492
<related type="Article" href="~/docs/standard/exceptions/index.md">Handling and throwing exceptions in .NET</related>
9593
<related type="Article" href="~/docs/framework/interop/how-to-map-hresults-and-exceptions.md">How to: Map HRESULTs and Exceptions</related>
94+
<related type="Article" href="/cpp/cpp/structured-exception-handling-c-cpp">Structured Exception Handling (C/C++)</related>
9695
</Docs>
9796
<Members>
9897
<MemberGroup MemberName=".ctor">

0 commit comments

Comments
 (0)