We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe550b commit 423f632Copy full SHA for 423f632
xml/System.Text.Json/JsonSerializerOptions.xml
@@ -1223,7 +1223,7 @@ Use <xref:System.Text.Json.Serialization.ReferenceHandler.Preserve> to enable un
1223
in combination with the closely related <see cref="P:System.Text.Json.JsonSerializerOptions.RespectNullableAnnotations" /> property.
1224
</para>
1225
</remarks>
1226
- <exception cref="T:System.InvalidOperationException">Thrown if this property is set after serialization or deserialization has occurred.</exception>
+ <exception cref="T:System.InvalidOperationException">This property is set after serialization or deserialization has occurred.</exception>
1227
</Docs>
1228
</Member>
1229
<Member MemberName="TryGetTypeInfo">
0 commit comments