Class FluentMigratorException
The base exception class for FluentMigrator exceptions
Inheritance
FluentMigratorException
Inherited Members
Namespace: FluentMigrator.Exceptions
Assembly: FluentMigrator.Abstractions.dll
Syntax
[Serializable]
public abstract class FluentMigratorException : Exception, ISerializable, _Exception
Constructors
| Edit this page View SourceFluentMigratorException()
Initializes a new instance of the FluentMigratorException class.
Declaration
protected FluentMigratorException()
FluentMigratorException(SerializationInfo, StreamingContext)
Initializes a new instance of the FluentMigratorException class.
Declaration
protected FluentMigratorException(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The serialization information |
| StreamingContext | context | The streaming context |
FluentMigratorException(string)
Initializes a new instance of the FluentMigratorException class.
Declaration
protected FluentMigratorException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message |
FluentMigratorException(string, Exception)
Initializes a new instance of the FluentMigratorException class.
Declaration
protected FluentMigratorException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The exception message |
| Exception | innerException | The inner exception |