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
+13-12Lines changed: 13 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -443,8 +443,8 @@ The property name is escaped before writing.
443
443
]]>
444
444
</format>
445
445
</remarks>
446
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified property name is too large.</exception>
447
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
446
+
<exceptioncref="T:System.ArgumentException">The specified property name is too large.</exception>
447
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and this method would result in writing invalid JSON.</exception>
448
448
</Docs>
449
449
</Member>
450
450
<MemberMemberName="WriteBase64String">
@@ -481,8 +481,8 @@ The property name is escaped before writing.
481
481
]]>
482
482
</format>
483
483
</remarks>
484
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified property name is too large.</exception>
485
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
484
+
<exceptioncref="T:System.ArgumentException">The specified property name is too large.</exception>
485
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and this method would result in writing invalid JSON.</exception>
486
486
</Docs>
487
487
</Member>
488
488
<MemberMemberName="WriteBase64String">
@@ -519,8 +519,9 @@ The property name is escaped before writing.
519
519
]]>
520
520
</format>
521
521
</remarks>
522
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified property name is too large.</exception>
523
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
522
+
<exceptioncref="T:System.ArgumentException">
523
+
when the specified property name is too large.</exception>
524
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and this method would result in writing invalid JSON.</exception>
524
525
</Docs>
525
526
</Member>
526
527
<MemberMemberName="WriteBase64String">
@@ -557,7 +558,7 @@ The property name should already be escaped when the instance of <xref:System.Te
557
558
]]>
558
559
</format>
559
560
</remarks>
560
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
561
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and this method would result in writing invalid JSON.</exception>
561
562
</Docs>
562
563
</Member>
563
564
<MemberMemberName="WriteBase64StringValue">
@@ -592,8 +593,8 @@ The bytes are encoded before writing.
592
593
]]>
593
594
</format>
594
595
</remarks>
595
-
<exceptioncref="T:System.ArgumentException">Thrown when the specified value is too large.</exception>
596
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
596
+
<exceptioncref="T:System.ArgumentException">The specified value is too large.</exception>
597
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and this method would result in writing invalid JSON.</exception>
597
598
</Docs>
598
599
</Member>
599
600
<MemberMemberName="WriteBoolean">
@@ -732,7 +733,7 @@ The property name should already be escaped when the instance of <xref:System.Te
732
733
]]>
733
734
</format>
734
735
</remarks>
735
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
736
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and this method would result in writing invalid JSON.</exception>
736
737
</Docs>
737
738
</Member>
738
739
<MemberMemberName="WriteBooleanValue">
@@ -1037,7 +1038,7 @@ The property name should already be escaped when the instance of <xref:System.Te
1037
1038
]]>
1038
1039
</format>
1039
1040
</remarks>
1040
-
<exceptioncref="T:System.InvalidOperationException">Thrown if this would result in an invalid JSON to be written (while validation is enabled).</exception>
1041
+
<exceptioncref="T:System.InvalidOperationException">Validation is enabled, and this method would result in writing invalid JSON.</exception>
1041
1042
</Docs>
1042
1043
</Member>
1043
1044
<MemberMemberName="WriteNullValue">
@@ -3885,4 +3886,4 @@ The value should already be escaped when the instance of <xref:System.Text.Json.
0 commit comments