Skip to content

Commit 0006398

Browse files
committed
Remove .NET Framework only exception
1 parent 2b0320b commit 0006398

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

xml/System.Threading/Mutex.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,11 +1087,7 @@ There was some other error. The `HResult` property may provide more information.
10871087
]]></format>
10881088
</remarks>
10891089
<exception cref="T:System.ArgumentException">
1090-
<paramref name="name" /> is an empty string.
1091-
1092-
-or-
1093-
1094-
.NET Framework only: <paramref name="name" /> is longer than MAX_PATH (260 characters).</exception>
1090+
<paramref name="name" /> is an empty string.</exception>
10951091
<exception cref="T:System.ArgumentNullException">
10961092
<paramref name="name" /> is <see langword="null" />.</exception>
10971093
<exception cref="T:System.Threading.WaitHandleCannotBeOpenedException">A synchronization object with the provided <paramref name="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

Comments
 (0)