Link fixes (#545)

* fixed xrefs and links

* reverted change
pull/546/head
Ron Petrusha 2017-10-25 16:22:06 -07:00 committed by GitHub
parent 8bcf7086d7
commit d51667353f
1 changed files with 2 additions and 2 deletions

View File

@ -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 <xref:System.ServiceProcess.ServiceBase.Run?displayProperty=nameWithType>.
In the .NET Framework 4.7 and earlier versions, exceptions thrown on service startup are not propagated to the caller of <xref:System.ServiceProcess.ServiceBase.Run%2A?displayProperty=nameWithType>.
Starting with applications that target the .NET Framework 4.7.1, the runtime propagates exceptions to <xref:System.ServiceProcess.ServiceBase.Run?displayProperty=nameWithType> for services that fail to start.
Starting with applications that target the .NET Framework 4.7.1, the runtime propagates exceptions to <xref:System.ServiceProcess.ServiceBase.Run%2A?displayProperty=nameWithType> for services that fail to start.
- [x] Quirked
- [ ] Build-time break