Skip to content

Commit ca507dc

Browse files
authored
Removed exceptions in SerialPort.IsOpen docs (dotnet#7441)
(Property System.IO.Ports.SerialPort.IsOpen is get-only, the documented exceptions make no sense)
1 parent d86d1b5 commit ca507dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xml/System.IO.Ports/SerialPort.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,8 +1556,6 @@
15561556
15571557
]]></format>
15581558
</remarks>
1559-
<exception cref="T:System.ArgumentNullException">The <see cref="P:System.IO.Ports.SerialPort.IsOpen" /> value passed is <see langword="null" />.</exception>
1560-
<exception cref="T:System.ArgumentException">The <see cref="P:System.IO.Ports.SerialPort.IsOpen" /> value passed is an empty string ("").</exception>
15611559
</Docs>
15621560
</Member>
15631561
<Member MemberName="NewLine">

0 commit comments

Comments
 (0)