Maino
Results
1
issues of
Maino
I tried to make a function `serialPortC.Open()` throw an exception in that way : `Shim shimserialPortCOpen = Shim.Replace(() => serialPortC.Open()).With(delegate (SerialPort @this) { throw new Exception(); });` to check after...