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.Text.Json/Utf8JsonWriter.xml
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -2903,8 +2903,8 @@ The property name is escaped before writing.
2903
2903
]]>
2904
2904
</format>
2905
2905
</remarks>
2906
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified property name is too large.</exception>
2907
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
2906
+
<exceptioncref="T:System.ArgumentException">The specified property name is too large.</exception>
2907
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and this method would result in writing invalid JSON.</exception>
2908
2908
</Docs>
2909
2909
</Member>
2910
2910
<MemberMemberName="WriteString">
@@ -3147,8 +3147,8 @@ The property name is escaped before writing.
3147
3147
]]>
3148
3148
</format>
3149
3149
</remarks>
3150
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified property name is too large.</exception>
3151
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3150
+
<exceptioncref="T:System.ArgumentException">The specified property name is too large.</exception>
3151
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
3152
3152
</Docs>
3153
3153
</Member>
3154
3154
<MemberMemberName="WriteString">
@@ -3391,8 +3391,8 @@ The property name is escaped before writing.
3391
3391
]]>
3392
3392
</format>
3393
3393
</remarks>
3394
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified property name is too large.</exception>
3395
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3394
+
<exceptioncref="T:System.ArgumentException">The specified property name is too large.</exception>
3395
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
3396
3396
</Docs>
3397
3397
</Member>
3398
3398
<MemberMemberName="WriteString">
@@ -3431,7 +3431,7 @@ The property name should already be escaped when the instance of <xref:System.Te
3431
3431
]]>
3432
3432
</format>
3433
3433
</remarks>
3434
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3434
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
3435
3435
</Docs>
3436
3436
</Member>
3437
3437
<MemberMemberName="WriteString">
@@ -3470,7 +3470,7 @@ The property name should already be escaped when the instance of <xref:System.Te
3470
3470
]]>
3471
3471
</format>
3472
3472
</remarks>
3473
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3473
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
3474
3474
</Docs>
3475
3475
</Member>
3476
3476
<MemberMemberName="WriteString">
@@ -3509,7 +3509,7 @@ The property name should already be escaped when the instance of <xref:System.Te
3509
3509
]]>
3510
3510
</format>
3511
3511
</remarks>
3512
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3512
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
3513
3513
</Docs>
3514
3514
</Member>
3515
3515
<MemberMemberName="WriteString">
@@ -3548,8 +3548,8 @@ The value is escaped before writing.
3548
3548
]]>
3549
3549
</format>
3550
3550
</remarks>
3551
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified value is too large.</exception>
3552
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3551
+
<exceptioncref="T:System.ArgumentException">The specified value is too large.</exception>
3552
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
3553
3553
</Docs>
3554
3554
</Member>
3555
3555
<MemberMemberName="WriteString">
@@ -3588,8 +3588,8 @@ The value is escaped before writing.
3588
3588
]]>
3589
3589
</format>
3590
3590
</remarks>
3591
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified value is too large.</exception>
3592
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3591
+
<exceptioncref="T:System.ArgumentException">The specified value is too large.</exception>
3592
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
3593
3593
</Docs>
3594
3594
</Member>
3595
3595
<MemberMemberName="WriteString">
@@ -3628,8 +3628,8 @@ The value is escaped before writing.
3628
3628
]]>
3629
3629
</format>
3630
3630
</remarks>
3631
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified value is too large.</exception>
3632
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3631
+
<exceptioncref="T:System.ArgumentException">The specified value is too large.</exception>
3632
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
3633
3633
</Docs>
3634
3634
</Member>
3635
3635
<MemberMemberName="WriteString">
@@ -3666,7 +3666,7 @@ The property name and value should already be escaped when the instance of <xref
3666
3666
]]>
3667
3667
</format>
3668
3668
</remarks>
3669
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3669
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
3670
3670
</Docs>
3671
3671
</Member>
3672
3672
<MemberMemberName="WriteStringValue">
@@ -3890,7 +3890,7 @@ The value should already be escaped when the instance of <xref:System.Text.Json.
3890
3890
]]>
3891
3891
</format>
3892
3892
</remarks>
3893
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
3893
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and the write operation would produce invalid JSON.</exception>
0 commit comments