Skip to content

Commit b0823c1

Browse files
committed
UnixDomainSocketEndPoint constructor exceptions
1 parent 1d52226 commit b0823c1

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
@@ -47,6 +47,11 @@
4747
<param name="path">The path to connect a unix domain socket over.</param>
4848
<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>
4949
<remarks>To be added.</remarks>
50+
<exception cref="T:System.ArgumentNullException">
51+
<paramref name="path" /> is <see langword="null" />.</exception>
52+
<exception cref="T:System.ArgumentOutOfRangeException">
53+
<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>
54+
<exception cref="T:System.PlatformNotSupportedException">The current OS does not support Unix Domain Sockets.</exception>
5055
</Docs>
5156
</Member>
5257
</Members>

0 commit comments

Comments
 (0)