You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Net.Sockets/UnixDomainSocketEndPoint.xml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,11 @@
49
49
<paramname="path">The path to connect a unix domain socket over.</param>
50
50
<summary>Initializes a new instance of the <seecref="T:System.Net.Sockets.UnixDomainSocketEndPoint" /> with the file path to connect a unix domain socket over.</summary>
51
51
<remarks>To be added.</remarks>
52
+
<exceptioncref="T:System.ArgumentNullException">
53
+
<paramrefname="path" /> is <seelangword="null" />.</exception>
<paramrefname="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
+
<exceptioncref="T:System.PlatformNotSupportedException">The current OS does not support Unix Domain Sockets.</exception>
0 commit comments