Class DeadlockException
Signifies that a silo has detected a deadlock / loop in a call graph.
Inheritance
System.Object
DeadlockException
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class DeadlockException : OrleansException
Constructors
|
Improve this Doc
View Source
DeadlockException()
Declaration
public DeadlockException()
|
Improve this Doc
View Source
DeadlockException(SerializationInfo, StreamingContext)
Declaration
protected DeadlockException(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| SerializationInfo |
info |
|
| StreamingContext |
context |
|
|
Improve this Doc
View Source
DeadlockException(String)
Declaration
public DeadlockException(string message)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
|
Improve this Doc
View Source
DeadlockException(String, Exception)
Declaration
public DeadlockException(string message, Exception innerException)
Parameters
| Type |
Name |
Description |
| System.String |
message |
|
| Exception |
innerException |
|
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| SerializationInfo |
info |
|
| StreamingContext |
context |
|
Extension Methods