ThreadMismatchException Constructor |
Name | Description | |
---|---|---|
ThreadMismatchException() |
Initializes a new ThreadMismatchException.
| |
ThreadMismatchException(String) |
Initializes a new ThreadMismatchException and sets the error message.
| |
ThreadMismatchException(String, Exception) |
Initializes a new ThreadMismatchException and sets the error message and the inner exception.
|