diff --git a/xml/System.Runtime.InteropServices/SEHException.xml b/xml/System.Runtime.InteropServices/SEHException.xml index ca9b397bbff..6c58d0f5b09 100644 --- a/xml/System.Runtime.InteropServices/SEHException.xml +++ b/xml/System.Runtime.InteropServices/SEHException.xml @@ -64,7 +64,7 @@ Any SEH exception that is not automatically mapped to a specific exception is mapped to the class by default. - For more information, search on "unmanaged exceptions" and "Structured Exception Handling" in the MSDN Library. + 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.