4 references to MissingLog
System.Diagnostics.EventLog (4)
System\Diagnostics\EventLog.cs (1)
389
throw new InvalidOperationException(SR.Format(SR.
MissingLog
, logName, machineName));
System\Diagnostics\EventLogInternal.cs (3)
189
throw new InvalidOperationException(SR.Format(SR.
MissingLog
, GetLogName(currentMachineName), currentMachineName));
983
throw new InvalidOperationException(SR.Format(SR.
MissingLog
, logname, currentMachineName));
1001
throw new InvalidOperationException(SR.Format(SR.
MissingLog
, GetLogName(currentMachineName), currentMachineName));