C# Class 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.
Inheritance: System.Exception
Mostra file Open project: serilog/serilog

Public Methods

Method Description
LoggingFailedException ( string message ) : System

Construct a LoggingFailedException to communicate a logging failure.

Method Details

LoggingFailedException() public method

Construct a LoggingFailedException to communicate a logging failure.
public LoggingFailedException ( string message ) : System
message string A message describing the logging failure.
return System