in src/Serilog.Sinks.AzureDataExplorer/Sinks/ExceptionsJsonConverter.cs [31:34]
public override TExceptionType Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
{
throw new NotSupportedException("Deserializing exceptions is not allowed");
}