Class LoggingException

LoggingException class

The exception that is thrown when error is found in logging.

public class LoggingException : Exception

Constructors

NameDescription
LoggingException()Initializes a new instance of the LoggingException class.
LoggingException(string)Initializes a new instance of the LoggingException class.
LoggingException(string, Exception)Initializes a new instance of the LoggingException class.

See Also