|
1 |
| -<Type Name="JsonException" FullName="System.Text.Json.JsonException"> |
| 1 | +<Type Name="JsonException" FullName="System.Text.Json.JsonException"> |
2 | 2 | <TypeSignature Language="C#" Value="public class JsonException : Exception" />
|
3 | 3 | <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit JsonException extends System.Exception" />
|
4 | 4 | <TypeSignature Language="DocId" Value="T:System.Text.Json.JsonException" />
|
|
31 | 31 | </AssemblyInfo>
|
32 | 32 | <Parameters />
|
33 | 33 | <Docs>
|
34 |
| - <summary>To be added.</summary> |
| 34 | + <summary>Initializes a new instance of the <see cref="T:System.Text.Json.JsonException" /> class.</summary> |
35 | 35 | <remarks>To be added.</remarks>
|
36 | 36 | </Docs>
|
37 | 37 | </Member>
|
|
51 | 51 | <Parameter Name="message" Type="System.String" />
|
52 | 52 | </Parameters>
|
53 | 53 | <Docs>
|
54 |
| - <param name="message">To be added.</param> |
55 |
| - <summary>To be added.</summary> |
| 54 | + <param name="message">The context-specific error message.</param> |
| 55 | + <summary>Initializes a new instance of the <see cref="T:System.Text.Json.JsonException" /> class with a specified error message.</summary> |
56 | 56 | <remarks>To be added.</remarks>
|
57 | 57 | </Docs>
|
58 | 58 | </Member>
|
|
97 | 97 | <Parameter Name="innerException" Type="System.Exception" />
|
98 | 98 | </Parameters>
|
99 | 99 | <Docs>
|
100 |
| - <param name="message">To be added.</param> |
101 |
| - <param name="innerException">To be added.</param> |
102 |
| - <summary>To be added.</summary> |
| 100 | + <param name="message">The context-specific error message.</param> |
| 101 | + <param name="innerException">The exception that caused the current exception.</param> |
| 102 | + <summary>Initializes a new instance of the <see cref="T:System.Text.Json.JsonException" /> class, with a specified error message and a reference to the inner exception that is the cause of this exception.</summary> |
103 | 103 | <remarks>To be added.</remarks>
|
104 | 104 | </Docs>
|
105 | 105 | </Member>
|
@@ -259,8 +259,8 @@ Note that the `bytePositionInLine` counts the number of bytes (that is, UTF-8 co
|
259 | 259 | <ReturnType>System.String</ReturnType>
|
260 | 260 | </ReturnValue>
|
261 | 261 | <Docs>
|
262 |
| - <summary>To be added.</summary> |
263 |
| - <value>To be added.</value> |
| 262 | + <summary>Gets a message that describes the current exception.</summary> |
| 263 | + <value>The error message that describes the current exception.</value> |
264 | 264 | <remarks>To be added.</remarks>
|
265 | 265 | </Docs>
|
266 | 266 | </Member>
|
|
0 commit comments