ReentrantActorInvalidStateException 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 if the actor state is invalid during reentrant call.
[System.Serializable]
public sealed class ReentrantActorInvalidStateException : System.Fabric.FabricException
[<System.Serializable>]
type ReentrantActorInvalidStateException = class
inherit FabricException
Public NotInheritable Class ReentrantActorInvalidStateException
Inherits FabricException
- Inheritance
- Attributes
Constructors
ReentrantActorInvalidStateException() |
Initializes a new instance of the ReentrantActorInvalidStateException class. |
ReentrantActorInvalidStateException(String, Exception) |
Initializes a new instance of the ReentrantActorInvalidStateException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
ReentrantActorInvalidStateException(String) |
Initializes a new instance of the ReentrantActorInvalidStateException class with a specified error message. |
Properties
ErrorCode |
Gets the error code parameter. (Inherited from FabricException) |