LoggingException.LoggingException

LoggingException()

Initializes a new instance of the LoggingException class.

public LoggingException()

See Also


LoggingException(string)

Initializes a new instance of the LoggingException class.

public LoggingException(string message)
ParameterTypeDescription
messageStringThe error message.

See Also


LoggingException(string, Exception)

Initializes a new instance of the LoggingException class.

public LoggingException(string message, Exception innerException)
ParameterTypeDescription
messageStringThe error message.
innerExceptionExceptionThe inner exception.

See Also