ActorCallsDisallowedException Class

Definition

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
ActorCallsDisallowedException
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