Skip to content

Commit 4b27a9a

Browse files
committed
PR Feedback
1 parent 7622f23 commit 4b27a9a

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
@@ -47,7 +47,7 @@
4747
return; // example case where we don't want to break for user-unhandled exceptions
4848
}
4949
50-
Debugger.BreakForException(e); // debugger will stop here and show the exception if attached.
50+
Debugger.BreakForUserUnhandledException(e); // debugger will stop here and show the exception if attached.
5151
}
5252
}
5353
```

0 commit comments

Comments
 (0)