ThreadMismatchException Constructor (String, Exception) |
Initializes a new ThreadMismatchException and sets the error message and the inner exception.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public ThreadMismatchException( string message, Exception inner )
Parameters
- message
- Type: System.String
Error message. - inner
- Type: System.Exception
Inner exception.