4 references to NotSupported_UnreadableStream
System.IO.Pipes (4)
System\IO\Error.cs (1)
21
return new NotSupportedException(SR.
NotSupported_UnreadableStream
);
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
96
if (!CanRead) throw new NotSupportedException(SR.
NotSupported_UnreadableStream
);
System\IO\Pipes\NamedPipeServerStream.Unix.cs (1)
181
if (!CanRead) throw new NotSupportedException(SR.
NotSupported_UnreadableStream
);
System\IO\Pipes\PipeStream.Unix.cs (1)
378
throw new NotSupportedException(SR.
NotSupported_UnreadableStream
);