4 references to BadLogName
System.Diagnostics.EventLog (4)
System\Diagnostics\EventLog.cs (2)
262
throw new ArgumentException(SR.
BadLogName
);
370
throw new InvalidOperationException(SR.
BadLogName
);
System\Diagnostics\EventLogInternal.cs (2)
110
throw new ArgumentException(SR.
BadLogName
);
970
throw new InvalidOperationException(SR.
BadLogName
);