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