From f9a720a0d001c12ea76696cec48601fc3984dd04 Mon Sep 17 00:00:00 2001 From: Frank Buckley Date: Wed, 18 Sep 2019 01:59:41 +0100 Subject: [PATCH] Add missing tag to XML comments (dotnet/corefx#41162) Commit migrated from https://github.com/dotnet/corefx/commit/4ca1feeeb484e8a7089ce8a9d377703ad5b8a53e --- .../src/System/Text/Json/Serialization/JsonConverterOfT.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs index 7c6e49c..df8577a 100644 --- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs +++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonConverterOfT.cs @@ -31,7 +31,9 @@ namespace System.Text.Json.Serialization /// /// Read and convert the JSON to T. /// + /// /// A converter may throw any Exception, but should throw JsonException when the JSON is invalid. + /// /// The to read from. /// The being converted. /// The being used. -- 2.7.4