InvalidMigrationOperationException Class

Definition

Exception to indicate the current migration operation is not allowed.

public sealed class InvalidMigrationOperationException : System.Fabric.FabricException
type InvalidMigrationOperationException = class
    inherit FabricException
Public NotInheritable Class InvalidMigrationOperationException
Inherits FabricException
Inheritance
InvalidMigrationOperationException

Constructors

InvalidMigrationOperationException()

Initializes a new instance of the InvalidMigrationOperationException class.

InvalidMigrationOperationException(String)

Initializes a new instance of the InvalidMigrationOperationException class with a specified error message.

InvalidMigrationOperationException(String, Exception)

Initializes a new instance of the InvalidMigrationOperationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to