ThreadAccessException Constructor (String, Exception) |
Initializes a new instance of the ThreadAccessException class with a given error message and inner exception.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 6.9.11.0 (6.9.11.0)
C#
public ThreadAccessException( string message, Exception inner )
Parameters
- message
- Type: System.String
The error message. - inner
- Type: System.Exception
The Exception wrapped by the new ThreadAccessException.