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 1df4aa4 commit dbe550bCopy full SHA for dbe550b
xml/System.Text.Json/JsonSerializerOptions.xml
@@ -1189,7 +1189,7 @@ Use <xref:System.Text.Json.Serialization.ReferenceHandler.Preserve> to enable un
1189
in combination with the closely related <see cref="P:System.Text.Json.JsonSerializerOptions.RespectRequiredConstructorParameters" /> property.
1190
</para>
1191
</remarks>
1192
- <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>
1193
</Docs>
1194
</Member>
1195
<Member MemberName="RespectRequiredConstructorParameters">
0 commit comments