InvalidMigrationOperationException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
InvalidMigrationOperationException() |
Initializes a new instance of the InvalidMigrationOperationException class. |
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. |
InvalidMigrationOperationException(String) |
Initializes a new instance of the InvalidMigrationOperationException class with a specified error message. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |