Skip to content

Commit df16a45

Browse files
tommcdongewarren
andauthored
Update xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 97436ed commit df16a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics/DebuggerDisableUserUnhandledExceptionsAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</Attributes>
2222
<Docs>
2323
<summary>
24-
<para>If a .NET Debugger is attached which supports the Debugger.BreakForUserUnhandledException(Exception) API, this attribute will prevent the debugger from breaking on user-unhandled exceptions when the exception is caught by a method with this attribute, unless BreakForUserUnhandledException is called.</para>
24+
If a .NET Debugger is attached that supports the <see cref="M:System.Diagnostics.Debugger.BreakForUserUnhandledException(System.Exception)" /> API, the debugger won't break on user-unhandled exceptions when the exception is caught by a method with this attribute, unless <see cref="M:System.Diagnostics.Debugger.BreakForUserUnhandledException(System.Exception)" /> is called.</para>
2525
</summary>
2626
<remarks>
2727
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)