Class Catch
- Namespace
- Acuit.Pinpoint.Workflows.Activities
- Assembly
- Acuit.Pinpoint.Workflows.dll
Contains the actions to be executed after an exception is thrown in the corresponding Try block of a TryCatch activity.
public abstract class Catch
- Inheritance
-
Catch
- Derived
- Inherited Members
Properties
Action
Gets or sets the handler for the exception being caught.
public IActivity Action { get; set; }
Property Value
ExceptionType
Gets the type of exception that the Catch is handling. Exceptions of this type or that are derived from this type will be handled by this Catch block.
public abstract Type ExceptionType { get; }