Base class for exceptions thrown by the PostSharp.Patterns.Threading component.
Inheritance
ThreadingException
Implements
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Common.dll
Syntax
public abstract class ThreadingException : Exception, ISerializableConstructors
| 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. |