Class LoggingException
- Namespace
- Splat
- Assembly
- Splat.dll
A exception that occurs when there is a problem using the logging module.
public class LoggingException : Exception, ISerializable
- Inheritance
-
LoggingException
- Implements
- Inherited Members
- Extension Methods
Constructors
LoggingException()
Initializes a new instance of the LoggingException class.
public LoggingException()
LoggingException(string)
Initializes a new instance of the LoggingException class.
public LoggingException(string message)
Parameters
message
stringThe message about the exception.
LoggingException(string, Exception)
Initializes a new instance of the LoggingException class.
public LoggingException(string message, Exception innerException)