Class Catch<T>
Operation to catch exceptions thrown by the inner operation.
Inherited Members
Namespace: Reaqtor.ReificationFramework
Assembly: Reaqtor.ReificationFramework.dll
Syntax
public class Catch<T> : OperationBase where T : Exception
Type Parameters
Name | Description |
---|---|
T |
Properties
Handler
Callback when exceptions are thrown.
Declaration
public Action<T> Handler { get; }
Property Value
Type | Description |
---|---|
System.Action<T> |