Home
last modified time | relevance | path

Searched refs:Health_mon_provider_not_found (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DHealthMonitoringSectionHelper.cs163 SR.GetString(SR.Health_mon_provider_not_found, provider), in BasicSanityCheck()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/ReferenceSources/
H A DSR.cs3034 public const string Health_mon_provider_not_found = "The provider '{0}' is not found."; field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Management/
H A DWebEvents.cs2516 … throw new ArgumentException(SR.GetString(SR.Health_mon_provider_not_found, providerName)); in Flush()