Class FluentMigratorException
Inheritance
FluentMigratorException
Assembly: FluentMigrator.Abstractions.dll
Syntax
[Serializable]
public abstract class FluentMigratorException : Exception, ISerializable, _Exception
Constructors
FluentMigratorException()
Declaration
protected FluentMigratorException()
FluentMigratorException(SerializationInfo, StreamingContext)
Declaration
protected FluentMigratorException(SerializationInfo info, StreamingContext context)
Parameters
FluentMigratorException(string)
Declaration
protected FluentMigratorException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
FluentMigratorException(string, Exception)
Declaration
protected FluentMigratorException(string message, Exception innerException)
Parameters
Implements