Class LoggingException
Represents an exception that occurs during logging operations.
public class LoggingException : Exception, ISerializable, _Exception
- Inheritance
-
LoggingException
- Implements
Constructors
- LoggingException(string)
Initializes a new instance of the LoggingException class with a specified error message.
- 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.