Home
last modified time | relevance | path

Searched refs:Reference_to_nonexistent_listener (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/diagnostics/
H A DListenerElementsCollection.cs222 … throw new ConfigurationErrorsException(SR.GetString(SR.Reference_to_nonexistent_listener, Name)); in GetRuntimeObject()
226 … throw new ConfigurationErrorsException(SR.GetString(SR.Reference_to_nonexistent_listener, Name)); in GetRuntimeObject()
333 … throw new ConfigurationErrorsException(SR.GetString(SR.Reference_to_nonexistent_listener, Name)); in RefreshRuntimeObject()
337 … throw new ConfigurationErrorsException(SR.GetString(SR.Reference_to_nonexistent_listener, Name)); in RefreshRuntimeObject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1019 …public const string Reference_to_nonexistent_listener = "Listener '{0}' does not exist in the shar… field in SR