Skip to content

Commit 0470ed9

Browse files
authored
Update description of InvalidProgramException (#8178)
1 parent 80209d8 commit 0470ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/InvalidProgramException.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</Attribute>
5757
</Attributes>
5858
<Docs>
59-
<summary>The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata. Generally this indicates a bug in the compiler that generated the program.</summary>
59+
<summary>The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata. Generally this indicates a bug in the compiler that generated the program. This exception is also thrown when internal runtime implementation limits have been exceeded by the program.</summary>
6060
<remarks>
6161
<format type="text/markdown"><![CDATA[
6262

0 commit comments

Comments
 (0)