ThreadAccessException Constructor |
Name | Description | |
---|---|---|
ThreadAccessException() |
Initializes a new instance of the ThreadAccessException class with the default error message.
| |
ThreadAccessException(String) |
Initializes a new instance of the ThreadAccessException class with a given error message.
| |
ThreadAccessException(SerializationInfo, StreamingContext) |
Deserialization constructor.
| |
ThreadAccessException(String, Exception) |
Initializes a new instance of the ThreadAccessException class with a given error message and inner exception.
|