Skip to content

Commit d3aa830

Browse files
ghogenmairaw
authored andcommitted
Fix connect bug DevDiv # 93543 (dotnet#4653)
1 parent ed9328a commit d3aa830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.DirectoryServices/DirectorySearcher.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ SearchResultCollection res = src.FindAll();
10671067
<summary>Gets or sets a value indicating the scope of the search that is observed by the server.</summary>
10681068
<value>One of the <see cref="T:System.DirectoryServices.SearchScope" /> values. The default is <see cref="F:System.DirectoryServices.SearchScope.Subtree" />.</value>
10691069
<remarks>To be added.</remarks>
1070-
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not one of the <see cref="T:System.DirectoryServices.ReferralChasingOption" /> values.</exception>
1070+
<exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The value is not one of the <see cref="T:System.DirectoryServices.SearchScope" /> values.</exception>
10711071
<altmember cref="T:System.DirectoryServices.SearchScope" />
10721072
</Docs>
10731073
</Member>

0 commit comments

Comments
 (0)