2 references to InvalidParameterFormat
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLog.cs (2)
366
throw new ArgumentException(SR.Format(SR.
InvalidParameterFormat
, nameof(machineName)), nameof(machineName));
503
throw new ArgumentException(SR.Format(SR.
InvalidParameterFormat
, nameof(machineName)));