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

Message.

Exception inner

Inner exception.

ThreadingException(SerializationInfo, StreamingContext)

Declaration
protected ThreadingException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
StreamingContext context