PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingDeadlocked­Thread­InfoDeadlocked­Thread­Info
Open sandboxFocus

DeadlockedThreadInfo Constructor

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.