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