Initializes a new instance of the
ConfigurationException
class
with a specified error message.
- Namespace
- CsvHelper
.Configuration - Containing Type
- Configuration
Exception
Syntax
public ConfigurationException(string message)
Parameters
Name | Type | Description |
---|---|---|
message | string | The message that describes the error. |