Table of Contents

Class ConfigurationException

Namespace
CsvHelper.Configuration
Assembly
CsvHelper.dll

Represents configuration errors that occur.

public class ConfigurationException : CsvHelperException, ISerializable
Inheritance
ConfigurationException
Implements
Inherited Members

Constructors

ConfigurationException()

Initializes a new instance of the ConfigurationException class.

public ConfigurationException()

ConfigurationException(string)

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

public ConfigurationException(string message)

Parameters

message string

The message that describes the error.

ConfigurationException(string, Exception)

Initializes a new instance of the ConfigurationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public ConfigurationException(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, or a null reference (Nothing in Visual Basic) if no inner exception is specified.