Constructor LoggingException
LoggingException(string)
Initializes a new instance of the LoggingException class with a specified error message.
public LoggingException(string message)
Parameters
message
stringThe error message that explains the reason for the exception.
LoggingException(string, Exception)
Initializes a new instance of the LoggingException class with a specified error message and a reference to the inner exception that is the cause of this exception.
public LoggingException(string message, Exception innerException)