ActorCallsDisallowedException 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 service is not allowed to dispatch actor calls. Source Migration service is disallowed to accept calls in downtime phase. Target Migration service is disallowed to accept calls until all the sequence numbers are migrated successfully.
[System.Serializable]
public sealed class ActorCallsDisallowedException : System.Fabric.FabricException
[<System.Serializable>]
type ActorCallsDisallowedException = class
inherit FabricException
Public NotInheritable Class ActorCallsDisallowedException
Inherits FabricException
- Inheritance
- Attributes
Constructors
ActorCallsDisallowedException() |
Initializes a new instance of the ActorCallsDisallowedException class. |
ActorCallsDisallowedException(String) |
Initializes a new instance of the ActorCallsDisallowedException class with a specified error message. |
ActorCallsDisallowedException(String, Exception) |
Initializes a new instance of the ActorCallsDisallowedException 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