5 references to Argument_InvalidOffLen
System.IO.Ports (5)
System\IO\Ports\SerialPort.cs (4)
669
throw new ArgumentException(SR.
Argument_InvalidOffLen
);
810
throw new ArgumentException(SR.
Argument_InvalidOffLen
);
1201
throw new ArgumentException(SR.
Argument_InvalidOffLen
);
1221
throw new ArgumentException(SR.
Argument_InvalidOffLen
);
System\IO\Ports\SerialStream.cs (1)
100
throw new ArgumentException(SR.
Argument_InvalidOffLen
);