Skip to content

Commit 6d44635

Browse files
hensleyrobRon Petrusha
authored andcommitted
Quick grammatical fix. (#2398)
1 parent 7e2b7fe commit 6d44635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System/NotImplementedException.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
In some cases, a <xref:System.NotImplementedException> exception may not be used to indicate functionality that is still in development in a pre-production library. However, this still indicates that the functionality is unavailable, and you should remove the member invocation from your code.
5959
6060
## NotImplementedException and other exception types
61-
The .NET Framework also includes two other exception types, <xref:System.NotSupportedException> and <xref:System.PlatformNotSupportedException>, that indicate that no implementation exists for a particular member of a type. You should use throw one of these instead of a <xref:System.NotImplementedException> exception under the following conditions.
61+
The .NET Framework also includes two other exception types, <xref:System.NotSupportedException> and <xref:System.PlatformNotSupportedException>, that indicate that no implementation exists for a particular member of a type. You should throw one of these instead of a <xref:System.NotImplementedException> exception under the following conditions.
6262
6363
<xref:System.PlatformNotSupportedException> exception
6464
If you've designed a type with one or more members that are available on some platforms or in some versions but not on others, you can throw this exception on platforms on which the functionality is not supported.
@@ -287,4 +287,4 @@
287287
</Docs>
288288
</Member>
289289
</Members>
290-
</Type>
290+
</Type>

0 commit comments

Comments
 (0)