diff --git a/Documentation/compatibility/ServiceBase-doesnt-propagate-OnStart-exceptions.md b/Documentation/compatibility/ServiceBase-doesnt-propagate-OnStart-exceptions.md index 9a81aab..27210e6 100644 --- a/Documentation/compatibility/ServiceBase-doesnt-propagate-OnStart-exceptions.md +++ b/Documentation/compatibility/ServiceBase-doesnt-propagate-OnStart-exceptions.md @@ -13,9 +13,9 @@ NotPlanned ### Change Description -In the .NET Framework 4.7 and earlier versions, exceptions thrown on service startup are not propagated to the caller of . +In the .NET Framework 4.7 and earlier versions, exceptions thrown on service startup are not propagated to the caller of . -Starting with applications that target the .NET Framework 4.7.1, the runtime propagates exceptions to for services that fail to start. +Starting with applications that target the .NET Framework 4.7.1, the runtime propagates exceptions to for services that fail to start. - [x] Quirked - [ ] Build-time break