You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata/ImageFormatLimitationException.xml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
</Base>
18
18
<Interfaces />
19
19
<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>
21
21
<remarks>To be added.</remarks>
22
22
</Docs>
23
23
<Members>
@@ -37,7 +37,7 @@
37
37
</AssemblyInfo>
38
38
<Parameters />
39
39
<Docs>
40
-
<summary>To be added.</summary>
40
+
<summary>Initializes a new instance of the <seecref="T:System.Reflection.Metadata.ImageFormatLimitationException" /> class.</summary>
<paramname="message">The error message that explains the reason for this exception.</param>
64
+
<summary>Initializes a new instance of the <seecref="T:System.Reflection.Metadata.ImageFormatLimitationException" /> class with a specified error message.</summary>
<paramname="info">The object that holds the serialized object data.</param>
86
+
<paramname="context">The contextual information about the source or destination.</param>
87
+
<summary>Initializes a new instance of the <seecref="T:System.Reflection.Metadata.ImageFormatLimitationException" /> class with serialized data.</summary>
<paramname="message">The error message that explains the reason for this exception.</param>
112
+
<paramname="innerException">The exception that is the cause of the current exception, or <seelangword="null" /> if no inner exception is specified.</param>
113
+
<summary>Initializes a new instance of the <seecref="T:System.Reflection.Metadata.ImageFormatLimitationException" /> class with a specified error message and the exception that is the cause of this exception.</summary>
0 commit comments