PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingThreading­ExceptionThreading­Exception
Open sandboxFocus

ThreadingException Constructor

ThreadingException()

Initializes a new ThreadingException.

Declaration
protected ThreadingException()

ThreadingException(string)

Initializes a new ThreadingException and sets the exception message.

Declaration
protected ThreadingException(string message)
Parameters
Type Name Description
string message

Message.

ThreadingException(string, Exception)

Initializes a new ThreadingExceptionand sets the exception message and the inner exception.

Declaration
protected ThreadingException(string message, Exception inner)
Parameters
Type Name Description
string message

Message.

Exception inner

Inner exception.