1 instantiation of TimeoutException
System.ServiceProcess.ServiceController (1)
System\ServiceProcess\ServiceController.cs (1)
990
throw new System.ServiceProcess.
TimeoutException
(SR.Format(SR.Timeout, ServiceName));
1 reference to TimeoutException
System.ServiceProcess (1)
System.ServiceProcess.cs (1)
18
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ServiceProcess.
TimeoutException
))]