2 instantiations of TrackingWorkflowTerminatedEventArgs
System.Workflow.Runtime (2)
Tracking.cs (2)
843
args = new
TrackingWorkflowTerminatedEventArgs
(wtea.Exception);
845
args = new
TrackingWorkflowTerminatedEventArgs
(wtea.Error);
1 reference to TrackingWorkflowTerminatedEventArgs
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
2298
e = ((
TrackingWorkflowTerminatedEventArgs
)record.EventArgs).Exception;