4 references to MaxNameLength
System.ServiceProcess.ServiceController (4)
System\ServiceProcess\ServiceBase.cs (2)
285
throw new ArgumentException(SR.Format(SR.ServiceName, value, ServiceBase.
MaxNameLength
.ToString(CultureInfo.CurrentCulture)));
293
serviceName.Length <= ServiceBase.
MaxNameLength
&& // not too long
System\ServiceProcess\ServiceController.cs (2)
286
throw new ArgumentException(SR.Format(SR.ServiceName, value, ServiceBase.
MaxNameLength
.ToString()));
523
throw new InvalidOperationException(SR.Format(SR.ServiceName, userGivenName, ServiceBase.
MaxNameLength
.ToString()));