diff --git a/.github/policies/mention-owners.yml b/.github/policies/mention-owners.yml index 5fc6ac9c484..f12f0c90cdd 100644 --- a/.github/policies/mention-owners.yml +++ b/.github/policies/mention-owners.yml @@ -359,7 +359,6 @@ configuration: - mentionUsers: mentionees: - roji - - ajcvickers replyTemplate: >- Tagging subscribers to this area: ${mentionees} assignMentionees: False @@ -370,7 +369,6 @@ configuration: - mentionUsers: mentionees: - roji - - ajcvickers replyTemplate: >- Tagging subscribers to this area: ${mentionees} assignMentionees: False @@ -381,7 +379,6 @@ configuration: - mentionUsers: mentionees: - roji - - ajcvickers replyTemplate: >- Tagging subscribers to this area: ${mentionees} assignMentionees: False @@ -402,7 +399,7 @@ configuration: then: - mentionUsers: mentionees: - - ajcvickers + - dotnet/area-system-componentmodel-dataannotations replyTemplate: >- Tagging subscribers to this area: ${mentionees} assignMentionees: False diff --git a/xml/System.Data/DataTableReader.xml b/xml/System.Data/DataTableReader.xml index 83a940b03c1..d865fd3cf32 100644 --- a/xml/System.Data/DataTableReader.xml +++ b/xml/System.Data/DataTableReader.xml @@ -1498,7 +1498,7 @@ Russ ## Remarks Because most of the methods provided by the class must be provided with an ordinal column number, you can use the `GetOrdinal` method to retrieve the column number, given the name of the column. - `GetOrdinal` performs a case-sensitive lookup first. If it fails, a second case-insensitive search is made. If the column number is not found an `IndexOutOfRangeException` is thrown. + `GetOrdinal` performs a case-sensitive lookup first. If it fails, a second case-insensitive search is made. If the column number is not found an `ArgumentException` is thrown. `GetOrdinal` is kana-width insensitive. diff --git a/xml/System/Environment+SpecialFolder.xml b/xml/System/Environment+SpecialFolder.xml index 2ac063278da..e807b410c1e 100644 --- a/xml/System/Environment+SpecialFolder.xml +++ b/xml/System/Environment+SpecialFolder.xml @@ -56,7 +56,7 @@ - Specifies enumerated constants used to retrieve directory paths to system special folders. + Specifies enumerated Constant Special Item ID List (CSIDL) values used to retrieve directory paths to system special folders.