ReentrancyModeDisallowedException 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 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
- Attributes
Constructors
ReentrancyModeDisallowedException() |
Initializes a new instance of the ReentrancyModeDisallowedException class. |
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. |
ReentrancyModeDisallowedException(String) |
Initializes a new instance of the ReentrancyModeDisallowedException class with a specified error message. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |
Applies to
Azure SDK for .NET