Skip to content

Commit b3194dc

Browse files
authored
UnixDomainSocketEndPoint constructor exceptions (#3990)
1 parent 8e6f154 commit b3194dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xml/System.Net.Sockets/UnixDomainSocketEndPoint.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
<param name="path">The path to connect a unix domain socket over.</param>
5050
<summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.UnixDomainSocketEndPoint" /> with the file path to connect a unix domain socket over.</summary>
5151
<remarks>To be added.</remarks>
52+
<exception cref="T:System.ArgumentNullException">
53+
<paramref name="path" /> is <see langword="null" />.</exception>
54+
<exception cref="T:System.ArgumentOutOfRangeException">
55+
<paramref name="path" /> is of an invalid length for use with domain sockets on this platform. The length must be between 1 and the allowed native path length.</exception>
56+
<exception cref="T:System.PlatformNotSupportedException">The current OS does not support Unix Domain Sockets.</exception>
5257
</Docs>
5358
</Member>
5459
</Members>

0 commit comments

Comments
 (0)