Home
last modified time | relevance | path

Searched refs:RegKeyMissingShort (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/src/System/Diagnostics/
H A DSharedUtils.cs120 …throw new InvalidOperationException(SR.Format(SR.RegKeyMissingShort, "HKEY_LOCAL_MACHINE", machine… in GetLatestBuildDllDirectory()
H A DEventLog.cs669 … throw new InvalidOperationException(SR.Format(SR.RegKeyMissingShort, EventLogKey, machineName)); in GetEventLogs()
H A DEventLogInternal.cs1005 …throw new InvalidOperationException(SR.Format(SR.RegKeyMissingShort, EventLogKey, currentMachineNa… in GetLogRegKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.PerformanceCounter/src/System/Diagnostics/
H A DSharedUtils.cs168 …throw new InvalidOperationException(SR.Format(SR.RegKeyMissingShort, "HKEY_LOCAL_MACHINE", machine… in GetLatestBuildDllDirectory()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DSharedUtils.cs242 …throw new InvalidOperationException(SR.GetString(SR.RegKeyMissingShort, "HKEY_LOCAL_MACHINE", mach… in GetLatestBuildDllDirectory()
H A DEventLog.cs993 …throw new InvalidOperationException(SR.GetString(SR.RegKeyMissingShort, EventLogKey, machineName)); in GetEventLogs()
H A DEventLogInternal.cs1166 …throw new InvalidOperationException(SR.GetString(SR.RegKeyMissingShort, EventLogKey, currentMachin… in GetLogRegKey()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1069 public const string RegKeyMissingShort = "Cannot open registry key {0} on computer {1}."; field in SR