Class ConnectionStringException
Represents an exception thrown for connection string related errors.
Implements
Inherited Members
Namespace: Innovt.Data.Exceptions
Assembly: Innovt.Data.dll
Syntax
[Serializable]
public class ConnectionStringException : ConfigurationException, ISerializable
Constructors
| Edit this page View SourceConnectionStringException(string)
Initializes a new instance of the ConnectionStringException class with the specified error message.
Declaration
public ConnectionStringException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The error message that explains the reason for the exception. |