Class ConfigurationException
Implements
Inherited Members
Namespace: Innovt.Core.Exceptions
Assembly: Innovt.Core.dll
Syntax
[Serializable]
public class ConfigurationException : BaseException, ISerializable
Constructors
| Edit this page View SourceConfigurationException(Exception)
Initializes a new instance of the ConfigurationException class with a specified inner exception.
Declaration
public ConfigurationException(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
Exception | ex | The inner exception that caused the configuration issue. |
ConfigurationException(SerializationInfo, StreamingContext)
Initializes a new instance of the ConfigurationException class with serialized data.
Declaration
protected ConfigurationException(SerializationInfo serializationInfo, StreamingContext streamingContext)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | serializationInfo | The SerializationInfo containing serialized object data. |
StreamingContext | streamingContext | The StreamingContext representing the source or destination of the serialized data. |
ConfigurationException(string)
Initializes a new instance of the ConfigurationException class with a specified error message.
Declaration
public ConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that describes the issue with the configuration. |
ConfigurationException(string, Exception)
Initializes a new instance of the ConfigurationException class with a specified error message and inner exception.
Declaration
public ConfigurationException(string message, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that describes the issue with the configuration. |
Exception | ex | The inner exception that caused the configuration issue. |