Open sandboxFocus

Constructor DeadlockInfo

DeadlockInfo(string, IList<DeadlockedThreadInfo>)

Initializes the object.

Declaration
public DeadlockInfo(string description, IList<DeadlockedThreadInfo> deadlockedThreads)
Parameters
Type Name Description
string description

Textual description of the detected deadlock.

IList<DeadlockedThreadInfo> deadlockedThreads

List of objects describing each thread in the deadlock.