Skip to content

Commit e08b10f

Browse files
carlossanlopRon Petrusha
andcommitted
Automatically port System.Text.Json.JsonException (#2883)
* Automatically port System.Text.Json.JsonException * suggestions by rpetrusha Co-Authored-By: Ron Petrusha <[email protected]>
1 parent 6d1ed64 commit e08b10f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

xml/System.Text.Json/JsonException.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Type Name="JsonException" FullName="System.Text.Json.JsonException">
1+
<Type Name="JsonException" FullName="System.Text.Json.JsonException">
22
<TypeSignature Language="C#" Value="public class JsonException : Exception" />
33
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit JsonException extends System.Exception" />
44
<TypeSignature Language="DocId" Value="T:System.Text.Json.JsonException" />
@@ -31,7 +31,7 @@
3131
</AssemblyInfo>
3232
<Parameters />
3333
<Docs>
34-
<summary>To be added.</summary>
34+
<summary>Initializes a new instance of the <see cref="T:System.Text.Json.JsonException" /> class.</summary>
3535
<remarks>To be added.</remarks>
3636
</Docs>
3737
</Member>
@@ -51,8 +51,8 @@
5151
<Parameter Name="message" Type="System.String" />
5252
</Parameters>
5353
<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>
5656
<remarks>To be added.</remarks>
5757
</Docs>
5858
</Member>
@@ -97,9 +97,9 @@
9797
<Parameter Name="innerException" Type="System.Exception" />
9898
</Parameters>
9999
<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>
103103
<remarks>To be added.</remarks>
104104
</Docs>
105105
</Member>
@@ -259,8 +259,8 @@ Note that the `bytePositionInLine` counts the number of bytes (that is, UTF-8 co
259259
<ReturnType>System.String</ReturnType>
260260
</ReturnValue>
261261
<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>
264264
<remarks>To be added.</remarks>
265265
</Docs>
266266
</Member>

0 commit comments

Comments
 (0)