DeadlockException 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.
Signifies that a silo has detected a deadlock / loop in a call graph.
[System.Serializable]
public class DeadlockException : Orleans.Runtime.OrleansException
[<System.Serializable>]
type DeadlockException = class
inherit OrleansException
Public Class DeadlockException
Inherits OrleansException
- Inheritance
- Attributes
Remarks
Deadlock detection is not enabled by default in Orleans silos, because it introduces some extra overhead in call handling.
There are some constraints on the types of deadlock that can currently be detected by Orleans silos.
Constructors
DeadlockException() | |
DeadlockException(SerializationInfo, StreamingContext) | |
DeadlockException(String, Exception) | |
DeadlockException(String) |
Methods
GetObjectData(SerializationInfo, StreamingContext) |