Constructor ThreadMismatchException
ThreadMismatchException()
Declaration
public ThreadMismatchException()
ThreadMismatchException(String)
Declaration
public ThreadMismatchException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
ThreadMismatchException(String, Exception)
Declaration
public ThreadMismatchException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | inner |