Class UndeterminableConnectionException
Exception that gets thrown when no connection string could be found
Inherited Members
Namespace: FluentMigrator.Exceptions
Assembly: FluentMigrator.Abstractions.dll
Syntax
[Serializable]
public class UndeterminableConnectionException : FluentMigratorException, _Exception, ISerializable
Constructors
| Edit this page View SourceUndeterminableConnectionException()
Initializes a new instance of the UndeterminableConnectionException class.
Declaration
public UndeterminableConnectionException()
UndeterminableConnectionException(SerializationInfo, StreamingContext)
Initializes a new instance of the UndeterminableConnectionException class.
Declaration
public UndeterminableConnectionException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The serialization information |
StreamingContext | context | The streaming context |
UndeterminableConnectionException(string)
Initializes a new instance of the UndeterminableConnectionException class.
Declaration
public UndeterminableConnectionException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message |
UndeterminableConnectionException(string, Exception)
Initializes a new instance of the UndeterminableConnectionException class.
Declaration
public UndeterminableConnectionException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message |
Exception | innerException | The inner exception |