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)
612service._startFailedException?.Throw(); 922if (_startFailedException != null)