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.Threading/Mutex.xml
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1087,11 +1087,7 @@ There was some other error. The `HResult` property may provide more information.
1087
1087
]]></format>
1088
1088
</remarks>
1089
1089
<exceptioncref="T:System.ArgumentException">
1090
-
<paramrefname="name" /> is an empty string.
1091
-
1092
-
-or-
1093
-
1094
-
.NET Framework only: <paramrefname="name" /> is longer than MAX_PATH (260 characters).</exception>
1090
+
<paramrefname="name" /> is an empty string.</exception>
1095
1091
<exceptioncref="T:System.ArgumentNullException">
1096
1092
<paramrefname="name" /> is <seelangword="null" />.</exception>
1097
1093
<exceptioncref="T:System.Threading.WaitHandleCannotBeOpenedException">A synchronization object with the provided <paramrefname="name" /> cannot be created. A synchronization object of a different type might have the same name. In some cases, this exception may be thrown for invalid names.
0 commit comments