ActorConcurrencyLockTimeoutException Class

Definition

Exception thrown by actor runtime when runtime cannot acquire the turn based concurrency lock to dispatch the method.

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

Constructors

ActorConcurrencyLockTimeoutException()

Initializes a new instance of the ActorConcurrencyLockTimeoutException class.

ActorConcurrencyLockTimeoutException(String)

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

ActorConcurrencyLockTimeoutException(String, Exception)

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