Skip to content

Commit dbe550b

Browse files
Update xml/System.Text.Json/JsonSerializerOptions.xml
Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
1 parent 1df4aa4 commit dbe550b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text.Json/JsonSerializerOptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ Use <xref:System.Text.Json.Serialization.ReferenceHandler.Preserve> to enable un
11891189
in combination with the closely related <see cref="P:System.Text.Json.JsonSerializerOptions.RespectRequiredConstructorParameters" /> property.
11901190
</para>
11911191
</remarks>
1192-
<exception cref="T:System.InvalidOperationException">Thrown if this property is set after serialization or deserialization has occurred.</exception>
1192+
<exception cref="T:System.InvalidOperationException">This property is set after serialization or deserialization has occurred.</exception>
11931193
</Docs>
11941194
</Member>
11951195
<Member MemberName="RespectRequiredConstructorParameters">

0 commit comments

Comments
 (0)