<PackageReference Include="Serilog" Version="4.4.0-dev-02438" />

Serilog.Debugging.LoggingFailedException

May be thrown by log event sinks when a failure occurs. Should not be used in cases where the exception would propagate out to callers.
namespace Serilog.Debugging { public class LoggingFailedException : Exception { public LoggingFailedException(string message); } }