2 references to ArgumentOutOfRange_OptionsInvalid
System.IO.Pipes (2)
System\IO\Pipes\NamedPipeClientStream.cs (1)
69throw new ArgumentOutOfRangeException(nameof(options), SR.ArgumentOutOfRange_OptionsInvalid);
System\IO\Pipes\NamedPipeServerStream.cs (1)
106throw new ArgumentOutOfRangeException(nameof(options), SR.ArgumentOutOfRange_OptionsInvalid);