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

ThreadingException Class

Base class for exceptions thrown by the PostSharp.Patterns.Threading component.

Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Common.dll
Syntax
public abstract class ThreadingException : Exception

Constructors

Name Description
ThreadingException()

Initializes a new ThreadingException.

ThreadingException(SerializationInfo, StreamingContext)
ThreadingException(String)

Initializes a new ThreadingException and sets the exception message.

ThreadingException(String, Exception)

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