DeadlockException Constructor (String, Exception) |
Initializes a new instance of see cref="DeadlockException"/>.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public DeadlockException( string message, Exception innerException )
Parameters
- message
- Type: System.String
Exception message. - innerException
- Type: System.Exception
Inner exception.