Class ConfigurationException
Exception produced by the configuration utils
Implements
Inherited Members
Namespace: Cognite.Extractor.Common
Assembly: Cognite.Common.dll
Syntax
public class ConfigurationException : Exception, ISerializable
Constructors
| Edit this page View SourceConfigurationException()
Create a new configuration exception with the default error message
Declaration
public ConfigurationException()
ConfigurationException(string)
Create a new configuration exception with the given message
Declaration
public ConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Exception message |
ConfigurationException(string, Exception)
Create a new configuration exception with the given message
and containing the given innerException
Declaration
public ConfigurationException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | Exception message |
Exception | innerException | Inner exception |