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/Utf8JsonReader.xml
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -244,15 +244,7 @@ in more data asynchronously before continuing with a new instance of the <xref:S
244
244
<returns>The byte array that represents the current JSON token value.</returns>
245
245
<remarks>To be added.</remarks>
246
246
<exceptioncref="T:System.InvalidOperationException">The type of the JSON token is not a <seecref="F:System.Text.Json.JsonTokenType.String" />.</exception>
247
-
<exceptioncref="T:System.FormatException">The JSON string contains data outside of the expected base 64 range.
248
-
249
-
- or -
250
-
251
-
The JSON string contains invalid padding characters or more than two padding characters.
252
-
253
-
- or -
254
-
255
-
The JSON string is incomplete; that is, the JSON string length is not a multiple of 4.</exception>
247
+
<exceptioncref="T:System.FormatException">The value is not encoded as base 64 text and hence cannot be decoded to bytes.</exception>
0 commit comments