Search Results for

    Show / Hide Table of Contents

    Class RunnerException

    Inheritance
    object
    Exception
    FluentMigratorException
    RunnerException
    InvalidMigrationException
    InvalidMigrationException
    MissingMigrationsException
    MissingMigrationsException
    VersionOrderInvalidException
    VersionOrderInvalidException
    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.Runner.Exceptions
    Assembly: FluentMigrator.Runner.dll
    Syntax
    public class RunnerException : FluentMigratorException, ISerializable, _Exception

    Constructors

    | Edit this page View Source

    RunnerException()

    Declaration
    protected RunnerException()
    | Edit this page View Source

    RunnerException(SerializationInfo, StreamingContext)

    Declaration
    protected RunnerException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info
    StreamingContext context
    | Edit this page View Source

    RunnerException(string)

    Declaration
    protected RunnerException(string message)
    Parameters
    Type Name Description
    string message
    | Edit this page View Source

    RunnerException(string, Exception)

    Declaration
    protected RunnerException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message
    Exception innerException

    Implements

    ISerializable
    _Exception
    • Edit this page
    • View Source
    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.