DeadlockException Class

Definition

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
DeadlockException
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)
DeadlockException(String, Exception)

Methods

GetObjectData(SerializationInfo, StreamingContext)

Applies to