3 references to Cant_be_set_when_open
System.IO.Ports (3)
System\IO\Ports\SerialPort.cs (3)
402
throw new InvalidOperationException(SR.Format(SR.
Cant_be_set_when_open
, nameof(PortName)));
419
throw new InvalidOperationException(SR.Format(SR.
Cant_be_set_when_open
, nameof(ReadBufferSize)));
517
throw new InvalidOperationException(SR.Format(SR.
Cant_be_set_when_open
, nameof(WriteBufferSize)));