Class LastFaultedBehavior<TInstance>
- Namespace
- Automatonymous.Behaviors
- Assembly
- Automatonymous.dll
In a catch, after the last activity, the fault is completed as handled. An activity should throw the exception if desired.
public class LastFaultedBehavior<TInstance> : Behavior<TInstance>, Visitable, IProbeSite
Type Parameters
TInstance
- Inheritance
-
LastFaultedBehavior<TInstance>
- Implements
-
Behavior<TInstance>IProbeSite
- Inherited Members
Constructors
LastFaultedBehavior(Activity<TInstance>)
public LastFaultedBehavior(Activity<TInstance> activity)
Parameters
activity
Activity<TInstance>
Methods
Probe(ProbeContext)
public void Probe(ProbeContext context)
Parameters
context
ProbeContext