Skip to content

Commit ee64f1b

Browse files
authored
fix broken links (#3948)
1 parent 428dbb6 commit ee64f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.IO.Pipes/PipesAclExtensions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
<param name="pipeSecurity">The security information to apply to the pipe stream.</param>
8686
<summary>Changes the security attributes of an existing pipe stream.</summary>
8787
<remarks>To be added.</remarks>
88-
<exception cref="ArgumentNullException">
88+
<exception cref="System.ArgumentNullException">
8989
<paramref name="pipeSecurity" /> is <see langword="null" />.
9090
</exception>
91-
<exception cref="IOException">
91+
<exception cref="System.IO.IOException">
9292
<paramref name="stream" /> is a disconnected <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> instance.
9393
</exception>
9494
</Docs>

0 commit comments

Comments
 (0)