|
37 | 37 | <Docs>
|
38 | 38 | <summary>Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.</summary>
|
39 | 39 | <remarks>
|
40 |
| - <format type="text/markdown"><![CDATA[ |
41 |
| - |
42 |
| -## Remarks |
43 |
| - Exceptions of this kind differ from <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> in that <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> represents a failure to bind in the sense of a usual compiler error, whereas <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException> represents a malfunctioning of the runtime binder itself. |
44 |
| - |
| 40 | + <format type="text/markdown"><![CDATA[ |
| 41 | +
|
| 42 | +## Remarks |
| 43 | + Exceptions of this kind differ from <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> in that <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderException> represents a failure to bind in the sense of a usual compiler error, whereas <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException> represents a malfunctioning of the runtime binder itself. |
| 44 | +
|
45 | 45 | ]]></format>
|
46 | 46 | </remarks>
|
47 | 47 | </Docs>
|
|
82 | 82 | <Docs>
|
83 | 83 | <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a system-supplied message that describes the error.</summary>
|
84 | 84 | <remarks>
|
85 |
| - <format type="text/markdown"><![CDATA[ |
86 |
| - |
87 |
| -## Remarks |
88 |
| - This constructor initializes the <xref:System.Exception.Message%2A> property of the new instance to a system-supplied message that describes the error, such as "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" This message takes into account the current system culture. |
89 |
| - |
90 |
| - The following table shows the initial property values for an instance of <xref:System.InsufficientMemoryException>. |
91 |
| - |
92 |
| -|Property|Value| |
93 |
| -|--------------|-----------| |
94 |
| -|<xref:System.Exception.InnerException%2A>|`null`.| |
95 |
| -|<xref:System.Exception.Message%2A>|The localized error message string.| |
96 |
| - |
| 85 | + <format type="text/markdown"><![CDATA[ |
| 86 | +
|
| 87 | +## Remarks |
| 88 | + This constructor initializes the <xref:System.Exception.Message%2A> property of the new instance to a system-supplied message that describes the error, such as "DefaultMessageDisplayedByParameterlessCtorWriterMustSupply" This message takes into account the current system culture. |
| 89 | +
|
| 90 | + The following table shows the initial property values for an instance of <xref:System.InsufficientMemoryException>. |
| 91 | +
|
| 92 | +|Property|Value| |
| 93 | +|--------------|-----------| |
| 94 | +|<xref:System.Exception.InnerException%2A>|`null`.| |
| 95 | +|<xref:System.Exception.Message%2A>|The localized error message string.| |
| 96 | +
|
97 | 97 | ]]></format>
|
98 | 98 | </remarks>
|
99 | 99 | <related type="Article" href="/dotnet/standard/exceptions/">Handling and Throwing Exceptions</related>
|
|
130 | 130 | <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
|
131 | 131 | <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with a specified message that describes the error.</summary>
|
132 | 132 | <remarks>
|
133 |
| - <format type="text/markdown"><![CDATA[ |
134 |
| - |
135 |
| -## Remarks |
136 |
| - The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException>. |
137 |
| - |
138 |
| -|Property|Value| |
139 |
| -|--------------|-----------| |
140 |
| -|<xref:System.Exception.InnerException%2A>|`null`.| |
141 |
| -|<xref:System.Exception.Message%2A>|The error message string specified in `message`.| |
142 |
| - |
| 133 | + <format type="text/markdown"><![CDATA[ |
| 134 | +
|
| 135 | +## Remarks |
| 136 | + The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException>. |
| 137 | +
|
| 138 | +|Property|Value| |
| 139 | +|--------------|-----------| |
| 140 | +|<xref:System.Exception.InnerException%2A>|`null`.| |
| 141 | +|<xref:System.Exception.Message%2A>|The error message string specified in `message`.| |
| 142 | +
|
143 | 143 | ]]></format>
|
144 | 144 | </remarks>
|
145 | 145 | <related type="Article" href="/dotnet/standard/exceptions/">Handling and Throwing Exceptions</related>
|
|
181 | 181 | </Attribute>
|
182 | 182 | </Attributes>
|
183 | 183 | <Parameters>
|
184 |
| - <Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" /> |
185 |
| - <Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" /> |
| 184 | + <Parameter Name="info" Type="System.Runtime.Serialization.SerializationInfo" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" /> |
| 185 | + <Parameter Name="context" Type="System.Runtime.Serialization.StreamingContext" Index="1" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netcore-3.1;net-5.0;net-6.0;net-7.0;netframework-4.8.1;net-8.0;net-9.0" /> |
186 | 186 | </Parameters>
|
187 | 187 | <Docs>
|
188 | 188 | <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
|
189 | 189 | <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
|
190 | 190 | <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class with serialized data.</summary>
|
191 | 191 | <remarks>
|
192 |
| - <format type="text/markdown"><![CDATA[ |
193 |
| - |
194 |
| -## Remarks |
195 |
| - This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. |
196 |
| - |
| 192 | + <format type="text/markdown"><![CDATA[ |
| 193 | +
|
| 194 | +## Remarks |
| 195 | + This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. |
| 196 | +
|
197 | 197 | ]]></format>
|
198 | 198 | </remarks>
|
199 | 199 | </Docs>
|
|
231 | 231 | <param name="innerException">The exception that is the cause of the current exception, or a null reference if no inner exception is specified.</param>
|
232 | 232 | <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException" /> class that has a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
|
233 | 233 | <remarks>
|
234 |
| - <format type="text/markdown"><![CDATA[ |
235 |
| - |
236 |
| -## Remarks |
237 |
| - An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.Exception.InnerException%2A> property. The <xref:System.Exception.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.Exception.InnerException%2A> property does not supply the inner exception value to the constructor. |
238 |
| - |
239 |
| - The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException>. |
240 |
| - |
241 |
| -|Property|Value| |
242 |
| -|--------------|-----------| |
243 |
| -|<xref:System.Exception.InnerException%2A>|`null`.| |
244 |
| -|<xref:System.Exception.Message%2A>|The error message string specified in `message`.| |
245 |
| - |
| 234 | + <format type="text/markdown"><![CDATA[ |
| 235 | +
|
| 236 | +## Remarks |
| 237 | + An exception that is thrown as a direct result of a previous exception should include a reference to the previous exception in the <xref:System.Exception.InnerException%2A> property. The <xref:System.Exception.InnerException%2A> property returns the same value that is passed into the constructor, or `null` if the <xref:System.Exception.InnerException%2A> property does not supply the inner exception value to the constructor. |
| 238 | +
|
| 239 | + The following table shows the initial property values for an instance of <xref:Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException>. |
| 240 | +
|
| 241 | +|Property|Value| |
| 242 | +|--------------|-----------| |
| 243 | +|<xref:System.Exception.InnerException%2A>|`null`.| |
| 244 | +|<xref:System.Exception.Message%2A>|The error message string specified in `message`.| |
| 245 | +
|
246 | 246 | ]]></format>
|
247 | 247 | </remarks>
|
248 | 248 | </Docs>
|
|
0 commit comments