ReentrantActorInvalidStateException Class

Definition

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
ReentrantActorInvalidStateException
Attributes

Constructors

ReentrantActorInvalidStateException()

Initializes a new instance of the ReentrantActorInvalidStateException class.

ReentrantActorInvalidStateException(String)

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

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.

Properties

ErrorCode

Gets the error code parameter.

(Inherited from FabricException)

Applies to