ThreadAccessException Constructor (String, Exception) |
Initializes a new instance of the ThreadAccessException class with a given error message and inner exception.
Namespace: PostSharp.Patterns.ThreadingAssembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 4.3.48.0 (4.3.48.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.
