1 write to Action
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Configuration\WorkflowUnhandledExceptionElement.cs (1)
30
return new WorkflowUnhandledExceptionBehavior() {
Action
= this.Action };
1 reference to Action
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Description\WorkflowUnhandledExceptionBehavior.cs (1)
46
workflowServiceHost.UnhandledExceptionAction = this.
Action
;