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