<PackageReference Include="Newtonsoft.Json" Version="14.0.1-beta2" />
Newtonsoft.Json.Serialization.SerializationErrorCallback
namespace Newtonsoft.
Json.
Serialization
{
public delegate void SerializationErrorCallback (
object o,
StreamingContext context,
ErrorContext errorContext);
}