ThreadMismatchException()
Initializes a new ThreadMismatchException.
Declaration
public ThreadMismatchException()
ThreadMismatchException(string)
Initializes a new ThreadMismatchException and sets the error message.
Declaration
public ThreadMismatchException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error message. |
ThreadMismatchException(string, Exception)
Initializes a new ThreadMismatchException and sets the error message and the inner exception.
Declaration
public ThreadMismatchException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
string | message | Error message. |
Exception | inner | Inner exception. |