Open sandboxFocus

Class ThreadingException

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

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

Constructors

Name Description
ThreadingException()

Initializes a new ThreadingException.

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.