Search Results for

    Show / Hide Table of Contents

    Class FluentMigratorException

    The base exception class for FluentMigrator exceptions

    Inheritance
    object
    Exception
    FluentMigratorException
    DatabaseOperationNotSupportedException
    DatabaseOperationNotSupportedException
    DatabaseOperationNotSupportedException
    DatabaseOperationNotSupportedException
    DuplicateMigrationException
    DuplicateMigrationException
    DuplicateMigrationException
    DuplicateMigrationException
    ProcessorFactoryNotFoundException
    ProcessorFactoryNotFoundException
    ProcessorFactoryNotFoundException
    ProcessorFactoryNotFoundException
    UndeterminableConnectionException
    UndeterminableConnectionException
    UndeterminableConnectionException
    UndeterminableConnectionException
    RunnerException
    RunnerException
    RunnerException
    RunnerException
    SnowflakeException
    SnowflakeException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: FluentMigrator.Exceptions
    Assembly: FluentMigrator.Abstractions.dll
    Syntax
    [Serializable]
    public abstract class FluentMigratorException : Exception, ISerializable, _Exception

    Constructors

    FluentMigratorException()

    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

    Implements

    ISerializable
    _Exception
    In this article
    Back to top
    Copyright © 2018 Fluent Migrator Project
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.