Class DatabaseOperationNotSupportedException
Exception to be thrown when a database operation is not supported
Inherited Members
Namespace: FluentMigrator.Exceptions
Assembly: FluentMigrator.Abstractions.dll
Syntax
[Serializable]
public class DatabaseOperationNotSupportedException : FluentMigratorException, _Exception, ISerializable
Constructors
| Edit this page View SourceDatabaseOperationNotSupportedException()
Initializes a new instance of the DatabaseOperationNotSupportedException class.
Declaration
public DatabaseOperationNotSupportedException()
DatabaseOperationNotSupportedException(SerializationInfo, StreamingContext)
Initializes a new instance of the DatabaseOperationNotSupportedException class.
Declaration
public DatabaseOperationNotSupportedException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The serialization information |
StreamingContext | context | The streaming context |
DatabaseOperationNotSupportedException(string)
Initializes a new instance of the DatabaseOperationNotSupportedException class.
Declaration
public DatabaseOperationNotSupportedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message |
DatabaseOperationNotSupportedException(string, Exception)
Initializes a new instance of the DatabaseOperationNotSupportedException class.
Declaration
public DatabaseOperationNotSupportedException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message |
Exception | innerException | The inner exception |