Skip to content

Commit 1b87167

Browse files
nxtnRon Petrusha
authored andcommitted
Add reference to C++ docs (#3304)
1 parent 4317ec4 commit 1b87167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Runtime.InteropServices/SEHException.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
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, search on "unmanaged exceptions" and "Structured Exception Handling" in the MSDN Library.
67+
For more information, see [Structured Exception Handling (C/C++)](/cpp/cpp/structured-exception-handling-c-cpp).
6868
6969
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.
7070

0 commit comments

Comments
 (0)