Skip to content

Commit 2da0115

Browse files
authored
update to policheck-flagged text (#26144)
1 parent a591e7c commit 2da0115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/compatibility/core-libraries/6.0/hosting-exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 04/23/2021
55
---
66
# Unhandled exceptions from a BackgroundService
77

8-
In previous versions, when a <xref:Microsoft.Extensions.Hosting.BackgroundService> throws an unhandled exception, the exception is lost and the service appears to hang. .NET 6 fixes this behavior by logging the exception and stopping the host.
8+
In previous versions, when a <xref:Microsoft.Extensions.Hosting.BackgroundService> throws an unhandled exception, the exception is lost and the service appears unresponsive. .NET 6 fixes this behavior by logging the exception and stopping the host.
99

1010
## Change description
1111

0 commit comments

Comments
 (0)