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/EventWaitHandle.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -586,7 +586,7 @@ There was some other error. The `HResult` property may provide more information.
586
586
.NET Framework only: <paramrefname="name" /> is longer than MAX_PATH (260 characters).</exception>
587
587
<exceptioncref="T:System.ArgumentNullException">
588
588
<paramrefname="name" /> is <seelangword="null" />.</exception>
589
-
<exceptioncref="T:System.Threading.WaitHandleCannotBeOpenedException">A synchronization object with the provided <paramrefname="name" /> cannot be opened. It may not exist, or a synchronization object of a different type might have the same name.</exception>
589
+
<exceptioncref="T:System.Threading.WaitHandleCannotBeOpenedException">A synchronization object with the provided <paramrefname="name" /> cannot be opened. It may not exist, or a synchronization object of a different type might have the same name. In some cases, this exception may be thrown for invalid names.</exception>
590
590
<exceptioncref="T:System.ArgumentException">
591
591
<paramrefname="name" /> is an empty string.
592
592
@@ -684,7 +684,7 @@ There was some other error. The `HResult` property may provide more information.
684
684
.NET Framework only: <paramrefname="name" /> is longer than MAX_PATH (260 characters).</exception>
685
685
<exceptioncref="T:System.ArgumentNullException">
686
686
<paramrefname="name" /> is <seelangword="null" />.</exception>
687
-
<exceptioncref="T:System.Threading.WaitHandleCannotBeOpenedException">A synchronization object with the provided <paramrefname="name" /> cannot be opened. It may not exist, or a synchronization object of a different type might have the same name.</exception>
687
+
<exceptioncref="T:System.Threading.WaitHandleCannotBeOpenedException">A synchronization object with the provided <paramrefname="name" /> cannot be opened. It may not exist, or a synchronization object of a different type might have the same name. In some cases, this exception may be thrown for invalid names.</exception>
688
688
<exceptioncref="T:System.IO.IOException">
689
689
<paramrefname="name" /> is invalid. This can be for various reasons, including some restrictions that may be placed by the operating system, such as an unknown prefix (note that the name and common prefixes "Global\" and "Local\" are case-sensitive), invalid characters, etc.
690
690
@@ -945,7 +945,7 @@ There was some other error. The `HResult` property may provide more information.
945
945
<paramname="result">When this method returns, contains a <seecref="T:System.Threading.EventWaitHandle" /> object that represents the named synchronization event if the call succeeded, or <seelangword="null" /> if the call failed. This parameter is treated as uninitialized.</param>
946
946
<summary>Opens the specified named synchronization event, if it already exists, and returns a value that indicates whether the operation succeeded.</summary>
947
947
<returns>
948
-
<seelangword="true" /> if the named synchronization event was opened successfully; otherwise, <seelangword="false" />.</returns>
948
+
<seelangword="true" /> if the named synchronization event was opened successfully; otherwise, <seelangword="false" />. In some cases, <seelangword="false" /> may be returned for invalid names.</returns>
949
949
<remarks>
950
950
<formattype="text/markdown"><![CDATA[
951
951
@@ -1021,7 +1021,7 @@ There was some other error. The `HResult` property may provide more information.
1021
1021
<paramname="result">When this method returns, contains a <seecref="T:System.Threading.EventWaitHandle" /> object that represents the named synchronization event if the call succeeded, or <seelangword="null" /> if the call failed. This parameter is treated as uninitialized.</param>
1022
1022
<summary>Opens the specified named synchronization event, if it already exists, with the desired security access, and returns a value that indicates whether the operation succeeded.</summary>
1023
1023
<returns>
1024
-
<seelangword="true" /> if the named synchronization event was opened successfully; otherwise, <seelangword="false" />.</returns>
1024
+
<seelangword="true" /> if the named synchronization event was opened successfully; otherwise, <seelangword="false" />. In some cases, <seelangword="false" /> may be returned for invalid names.</returns>
Copy file name to clipboardExpand all lines: xml/System.Threading/Mutex.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -699,7 +699,7 @@ There was some other error. The `HResult` property may provide more information.
699
699
.NET Framework only: <paramrefname="name" /> is longer than MAX_PATH (260 characters).</exception>
700
700
<exceptioncref="T:System.ArgumentNullException">
701
701
<paramrefname="name" /> is <seelangword="null" />.</exception>
702
-
<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.</exception>
702
+
<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.</exception>
703
703
<exceptioncref="T:System.IO.IOException">
704
704
<paramrefname="name" /> is invalid. This can be for various reasons, including some restrictions that may be placed by the operating system, such as an unknown prefix (note that the name and common prefixes "Global\" and "Local\" are case-sensitive), invalid characters, etc.
705
705
@@ -790,7 +790,7 @@ There was some other error. The `HResult` property may provide more information.
790
790
.NET Framework only: <paramrefname="name" /> is longer than MAX_PATH (260 characters).</exception>
791
791
<exceptioncref="T:System.ArgumentNullException">
792
792
<paramrefname="name" /> is <seelangword="null" />.</exception>
793
-
<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.</exception>
793
+
<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.</exception>
794
794
<exceptioncref="T:System.IO.IOException">
795
795
<paramrefname="name" /> is invalid. This can be for various reasons, including some restrictions that may be placed by the operating system, such as an unknown prefix (note that the name and common prefixes "Global\" and "Local\" are case-sensitive), invalid characters, etc.
796
796
@@ -1006,7 +1006,7 @@ There was some other error. The `HResult` property may provide more information.
1006
1006
<paramname="result">When this method returns, contains a <seecref="T:System.Threading.Mutex" /> object that represents the named mutex if the call succeeded, or <seelangword="null" /> if the call failed. This parameter is treated as uninitialized.</param>
1007
1007
<summary>Opens the specified named mutex, if it already exists, and returns a value that indicates whether the operation succeeded.</summary>
1008
1008
<returns>
1009
-
<seelangword="true" /> if the named mutex was opened successfully; otherwise, <seelangword="false" />.</returns>
1009
+
<seelangword="true" /> if the named mutex was opened successfully; otherwise, <seelangword="false" />. In some cases, <seelangword="false" /> may be returned for invalid names.</returns>
1010
1010
<remarks>
1011
1011
<formattype="text/markdown"><![CDATA[
1012
1012
@@ -1084,7 +1084,7 @@ There was some other error. The `HResult` property may provide more information.
1084
1084
<paramname="result">When this method returns, contains a <seecref="T:System.Threading.Mutex" /> object that represents the named mutex if the call succeeded, or <seelangword="null" /> if the call failed. This parameter is treated as uninitialized.</param>
1085
1085
<summary>Opens the specified named mutex, if it already exists, with the desired security access, and returns a value that indicates whether the operation succeeded.</summary>
1086
1086
<returns>
1087
-
<seelangword="true" /> if the named mutex was opened successfully; otherwise, <seelangword="false" />.</returns>
1087
+
<seelangword="true" /> if the named mutex was opened successfully; otherwise, <seelangword="false" />. In some cases, <seelangword="false" /> may be returned for invalid names.</returns>
Copy file name to clipboardExpand all lines: xml/System.Threading/Semaphore.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -622,7 +622,7 @@ There was some other error. The `HResult` property may provide more information.
622
622
.NET Framework only: <paramrefname="name" /> is longer than MAX_PATH (260 characters).</exception>
623
623
<exceptioncref="T:System.ArgumentNullException">
624
624
<paramrefname="name" /> is <seelangword="null" />.</exception>
625
-
<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.</exception>
625
+
<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.</exception>
626
626
<exceptioncref="T:System.IO.IOException">
627
627
<paramrefname="name" /> is invalid. This can be for various reasons, including some restrictions that may be placed by the operating system, such as an unknown prefix (note that the name and common prefixes "Global\" and "Local\" are case-sensitive), invalid characters, etc.
628
628
@@ -706,7 +706,7 @@ There was some other error. The `HResult` property may provide more information.
706
706
.NET Framework only: <paramrefname="name" /> is longer than MAX_PATH (260 characters).</exception>
707
707
<exceptioncref="T:System.ArgumentNullException">
708
708
<paramrefname="name" /> is <seelangword="null" />.</exception>
709
-
<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.</exception>
709
+
<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.</exception>
710
710
<exceptioncref="T:System.IO.IOException">
711
711
<paramrefname="name" /> is invalid. This can be for various reasons, including some restrictions that may be placed by the operating system, such as an unknown prefix (note that the name and common prefixes "Global\" and "Local\" are case-sensitive), invalid characters, etc.
712
712
@@ -1016,7 +1016,7 @@ There was some other error. The `HResult` property may provide more information.
1016
1016
<paramname="result">When this method returns, contains a <seecref="T:System.Threading.Semaphore" /> object that represents the named semaphore if the call succeeded, or <seelangword="null" /> if the call failed. This parameter is treated as uninitialized.</param>
1017
1017
<summary>Opens the specified named semaphore, if it already exists, and returns a value that indicates whether the operation succeeded.</summary>
1018
1018
<returns>
1019
-
<seelangword="true" /> if the named semaphore was opened successfully; otherwise, <seelangword="false" />.</returns>
1019
+
<seelangword="true" /> if the named semaphore was opened successfully; otherwise, <seelangword="false" />. In some cases, <seelangword="false" /> may be returned for invalid names.</returns>
1020
1020
<remarks>
1021
1021
<formattype="text/markdown"><![CDATA[
1022
1022
@@ -1084,7 +1084,7 @@ There was some other error. The `HResult` property may provide more information.
1084
1084
<paramname="result">When this method returns, contains a <seecref="T:System.Threading.Semaphore" /> object that represents the named semaphore if the call succeeded, or <seelangword="null" /> if the call failed. This parameter is treated as uninitialized.</param>
1085
1085
<summary>Opens the specified named semaphore, if it already exists, with the desired security access, and returns a value that indicates whether the operation succeeded.</summary>
1086
1086
<returns>
1087
-
<seelangword="true" /> if the named semaphore was opened successfully; otherwise, <seelangword="false" />.</returns>
1087
+
<seelangword="true" /> if the named semaphore was opened successfully; otherwise, <seelangword="false" />. In some cases, <seelangword="false" /> may be returned for invalid names.</returns>
0 commit comments