InvalidMigrationStateProviderException Class

Definition

Exception to indicate actor state provider is invalid and cannot partitipate in migration.

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

Constructors

InvalidMigrationStateProviderException()

Initializes a new instance of the InvalidMigrationStateProviderException class.

InvalidMigrationStateProviderException(String)

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

InvalidMigrationStateProviderException(String, Exception)

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