4 references to RaiseException
System.Workflow.ComponentModel (4)
AuthoringOM\Activity.cs (3)
1609
this.WorkflowCoreRuntime.
RaiseException
(exception, this.Parent, string.Empty);
1620
this.WorkflowCoreRuntime.
RaiseException
(exception, this.Parent, string.Empty);
1686
this.WorkflowCoreRuntime.
RaiseException
(exception, this.Parent, string.Empty);
AuthoringOM\ActivityExecutionContext.cs (1)
317
this.currentActivity.WorkflowCoreRuntime.
RaiseException
(e, this.currentActivity.Parent, string.Empty);