ReentrancyModeDisallowedException Class

Definition

Exception thrown by actor runtime when reentrant call is made for an actor and its ActorReentrancyMode is set to Disallowed.

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

Constructors

ReentrancyModeDisallowedException()

Initializes a new instance of the ReentrancyModeDisallowedException class.

ReentrancyModeDisallowedException(String)

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

ReentrancyModeDisallowedException(String, Exception)

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