5 references to InvalidParameter
System.Diagnostics.EventLog (5)
System\Diagnostics\EventLog.cs (4)
256throw new ArgumentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName)); 441throw new ArgumentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName)); 626throw new ArgumentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName)); 732throw new ArgumentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName));
System\Diagnostics\EventLogInternal.cs (1)
113throw new ArgumentException(SR.Format(SR.InvalidParameter, nameof(machineName), machineName));