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