2 writes to _startFailedException
System.ServiceProcess.ServiceController (2)
System\ServiceProcess\ServiceBase.cs (2)
841
_startFailedException
= ExceptionDispatchInfo.Capture(e);
918
_startFailedException
= null;
2 references to _startFailedException
System.ServiceProcess.ServiceController (2)
System\ServiceProcess\ServiceBase.cs (2)
612
service.
_startFailedException
?.Throw();
922
if (
_startFailedException
!= null)