Search Results for

    Show / Hide Table of Contents

    Class VersionOrderInvalidException

    Inheritance
    object
    Exception
    FluentMigratorException
    RunnerException
    VersionOrderInvalidException
    Implements
    ISerializable
    _Exception
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    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 VersionOrderInvalidException : RunnerException, ISerializable, _Exception

    Constructors

    | Edit this page View Source

    VersionOrderInvalidException(IEnumerable<KeyValuePair<long, IMigrationInfo>>)

    Declaration
    public VersionOrderInvalidException(IEnumerable<KeyValuePair<long, IMigrationInfo>> invalidMigrations)
    Parameters
    Type Name Description
    IEnumerable<KeyValuePair<long, IMigrationInfo>> invalidMigrations

    Properties

    | Edit this page View Source

    InvalidMigrations

    Declaration
    public IEnumerable<KeyValuePair<long, IMigrationInfo>> InvalidMigrations { get; set; }
    Property Value
    Type Description
    IEnumerable<KeyValuePair<long, IMigrationInfo>>
    | Edit this page View Source

    InvalidVersions

    Declaration
    public IEnumerable<long> InvalidVersions { get; }
    Property Value
    Type Description
    IEnumerable<long>
    | Edit this page View Source

    Message

    Gets a message that describes the current exception.

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    string

    The error message that explains the reason for the exception, or an empty string ("").

    Overrides
    Exception.Message

    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.