PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingThread­Mismatch­ExceptionThread­Mismatch­Exception
Open sandboxFocus

ThreadMismatchException Constructor

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
System.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
System.String message

Error message.

Exception inner

Inner exception.