diff --git a/xml/System.Runtime.InteropServices/SEHException.xml b/xml/System.Runtime.InteropServices/SEHException.xml index 0b628aef4b6..adf3896ed69 100644 --- a/xml/System.Runtime.InteropServices/SEHException.xml +++ b/xml/System.Runtime.InteropServices/SEHException.xml @@ -64,8 +64,6 @@ Any SEH exception that is not automatically mapped to a specific exception is mapped to the class by default. - For more information, see [Structured Exception Handling (C/C++)](/cpp/cpp/structured-exception-handling-c-cpp). - Note that the 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. ```vb @@ -93,6 +91,7 @@ catch(…) Handling and throwing exceptions in .NET How to: Map HRESULTs and Exceptions + Structured Exception Handling (C/C++)