Class QueuedSynchronizer<TContext>.ExceptionFactory
Represents the exception factory.
Inherited Members
Namespace: DotNext.Threading
Assembly: DotNext.Threading.dll
Syntax
protected abstract class QueuedSynchronizer<TContext>.ExceptionFactory
Methods
View SourceOf<TException>()
Gets a factory for the specified exception type.
Declaration
public static QueuedSynchronizer<TContext>.ExceptionFactory Of<TException>() where TException : Exception, new()
Returns
| Type | Description |
|---|---|
| QueuedSynchronizer<TContext>.ExceptionFactory | The exception factory. |
Type Parameters
| Name | Description |
|---|---|
| TException | The type of the provided exception. |