Skip to content

Commit 36d8017

Browse files
carlossanlopRon Petrusha
authored andcommitted
Document System.Reflection.Metadata.ImageFormatLimitationException (#2872)
* Document System.Reflection.Metadata.ImageFormatLimitationException * Update ImageFormatLimitationException.xml * suggestion based on tmat comment
1 parent 990d5ca commit 36d8017

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

xml/System.Reflection.Metadata/ImageFormatLimitationException.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</Base>
1818
<Interfaces />
1919
<Docs>
20-
<summary>To be added.</summary>
20+
<summary>The exception that is thrown when an attempt to write metadata exceeds a limit given by the format specification. For example, when the heap size limit is exceeded.</summary>
2121
<remarks>To be added.</remarks>
2222
</Docs>
2323
<Members>
@@ -37,7 +37,7 @@
3737
</AssemblyInfo>
3838
<Parameters />
3939
<Docs>
40-
<summary>To be added.</summary>
40+
<summary>Initializes a new instance of the <see cref="T:System.Reflection.Metadata.ImageFormatLimitationException" /> class.</summary>
4141
<remarks>To be added.</remarks>
4242
</Docs>
4343
</Member>
@@ -60,8 +60,8 @@
6060
<Parameter Name="message" Type="System.String" Index="0" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
6161
</Parameters>
6262
<Docs>
63-
<param name="message">To be added.</param>
64-
<summary>To be added.</summary>
63+
<param name="message">The error message that explains the reason for this exception.</param>
64+
<summary>Initializes a new instance of the <see cref="T:System.Reflection.Metadata.ImageFormatLimitationException" /> class with a specified error message.</summary>
6565
<remarks>To be added.</remarks>
6666
</Docs>
6767
</Member>
@@ -82,9 +82,9 @@
8282
<Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="netcore-3.0" />
8383
</Parameters>
8484
<Docs>
85-
<param name="info">To be added.</param>
86-
<param name="context">To be added.</param>
87-
<summary>To be added.</summary>
85+
<param name="info">The object that holds the serialized object data.</param>
86+
<param name="context">The contextual information about the source or destination.</param>
87+
<summary>Initializes a new instance of the <see cref="T:System.Reflection.Metadata.ImageFormatLimitationException" /> class with serialized data.</summary>
8888
<remarks>To be added.</remarks>
8989
</Docs>
9090
</Member>
@@ -108,11 +108,11 @@
108108
<Parameter Name="innerException" Type="System.Exception" Index="1" FrameworkAlternate="netcore-1.1;netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0" />
109109
</Parameters>
110110
<Docs>
111-
<param name="message">To be added.</param>
112-
<param name="innerException">To be added.</param>
113-
<summary>To be added.</summary>
111+
<param name="message">The error message that explains the reason for this exception.</param>
112+
<param name="innerException">The exception that is the cause of the current exception, or <see langword="null" /> if no inner exception is specified.</param>
113+
<summary>Initializes a new instance of the <see cref="T:System.Reflection.Metadata.ImageFormatLimitationException" /> class with a specified error message and the exception that is the cause of this exception.</summary>
114114
<remarks>To be added.</remarks>
115115
</Docs>
116116
</Member>
117117
</Members>
118-
</Type>
118+
</Type>

0 commit comments

Comments
 (0)