InvalidMigrationStateProviderException 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 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
- 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
Azure SDK for .NET