Table of Contents

Constructor LoggingException

Namespace
Innova.Data.Logging
Assembly
Innova.Data.dll

LoggingException(string)

Initializes a new instance of the LoggingException class with a specified error message.

public LoggingException(string message)

Parameters

message string

The 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)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception.