We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428dbb6 commit ee64f1bCopy full SHA for ee64f1b
xml/System.IO.Pipes/PipesAclExtensions.xml
@@ -85,10 +85,10 @@
85
<param name="pipeSecurity">The security information to apply to the pipe stream.</param>
86
<summary>Changes the security attributes of an existing pipe stream.</summary>
87
<remarks>To be added.</remarks>
88
- <exception cref="ArgumentNullException">
+ <exception cref="System.ArgumentNullException">
89
<paramref name="pipeSecurity" /> is <see langword="null" />.
90
</exception>
91
- <exception cref="IOException">
+ <exception cref="System.IO.IOException">
92
<paramref name="stream" /> is a disconnected <see cref="T:System.IO.Pipes.NamedPipeClientStream" /> instance.
93
94
</Docs>
0 commit comments