DeadlockException Constructor (DeadlockInfo) |
Initializes a new instance of DeadlockException and specifies the message and involved threads.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 6.4.3.0 (6.4.3.0)

C#
public DeadlockException( DeadlockInfo deadlockInfo )
Parameters
- deadlockInfo
- Type: PostSharp.Patterns.Threading.DeadlockInfo
Information about the deadlock.
