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/WaitHandle.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -890,7 +890,7 @@ Calling `Dispose` allows the resources used by the <xref:System.Threading.WaitHa
890
890
891
891
-or-
892
892
893
-
The current thread is <seecref="F:System.Threading.ApartmentState.STA" /> state, and <paramrefname="waitHandles" /> contains more than one element.</exception>
893
+
The current thread is in <seecref="F:System.Threading.ApartmentState.STA" /> state, and <paramrefname="waitHandles" /> contains more than one element.</exception>
894
894
<exceptioncref="T:System.ApplicationException">
895
895
<paramrefname="waitHandles" /> is an array with no elements and the .NET Framework version is 1.0 or 1.1.</exception>
896
896
<exceptioncref="T:System.Threading.AbandonedMutexException">The wait terminated because a thread exited without releasing a mutex. This exception is not thrown on Windows 98 or Windows Millennium Edition.</exception>
0 commit comments