Represents configuration errors that occur.
- Namespace
- CsvHelper
.Configuration - Base Types
-
- Exception
- CsvHelperException
graph BT
Type-->Base0["CsvHelperException"]
click Base0 "/CsvHelper/api/CsvHelper/CsvHelperException"
Base0-->Base1["Exception"]
Type["ConfigurationException"]
class Type type-node
Syntax
[Serializable]
public class ConfigurationException : CsvHelperException
Attributes
| Type | Description |
|---|---|
| Serializable |
Constructors
| Name | Summary |
|---|---|
| Configuration |
Initializes a new instance of the ConfigurationException class.
|
| Configuration |
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.
|
| Configuration |
Initializes a new instance of the ConfigurationException class
with a specified error message.
|
Properties
| Name | Property Type | Summary |
|---|---|---|
| Context | CsvContext |
Gets the context.
Inherited from CsvHelperException
|