Class ThreadAccessException
Exception thrown when the calling thread does not have access to the object.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading.dll
Syntax
public class ThreadAccessException : ThreadingException
Constructors
Name | Description |
---|---|
ThreadAccessException() | Initializes a new instance of the ThreadAccessException class with the default error message. |
ThreadAccessException(SerializationInfo, StreamingContext) | Deserialization constructor. |
ThreadAccessException(String) | Initializes a new instance of the ThreadAccessException class with a given error message. |
ThreadAccessException(String, Exception) | Initializes a new instance of the ThreadAccessException class with a given error message and inner exception. |