InvalidMigrationConfigException Class

Definition

Exception to represent MigrationConfig provided is invalid.

[System.Serializable]
public sealed class InvalidMigrationConfigException : System.Fabric.FabricException
[<System.Serializable>]
type InvalidMigrationConfigException = class
    inherit FabricException
Public NotInheritable Class InvalidMigrationConfigException
Inherits FabricException
Inheritance
InvalidMigrationConfigException
Attributes

Constructors

InvalidMigrationConfigException()

Initializes a new instance of the InvalidMigrationConfigException class.

InvalidMigrationConfigException(String)

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

InvalidMigrationConfigException(String, Exception)

Initializes a new instance of the InvalidMigrationConfigException 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