PostSharp / / API Reference / Post­Sharp.​Patterns.​Threading / Thread­Mismatch­Exception / Thread­Mismatch­Exception
Open sandbox

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