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