Open sandboxFocus

Constructor DeadlockedThreadInfo

DeadlockedThreadInfo(Thread, StackTrace)

Initializes the object.

Declaration
public DeadlockedThreadInfo(Thread thread, StackTrace stackTrace)
Parameters
Type Name Description
Thread thread

Thread in a deadlock.

StackTrace stackTrace

Stack trace of the thread or null if it was not possible to obtain it.