1 instantiation of TrackingWorkflowExceptionEventArgs
System.Workflow.Runtime (1)
Tracking.cs (1)
849
args = new
TrackingWorkflowExceptionEventArgs
(weea.Exception, weea.CurrentPath, weea.OriginalPath, weea.ContextGuid, weea.ParentContextGuid);
1 reference to TrackingWorkflowExceptionEventArgs
System.Workflow.Runtime (1)
Tracking\SqlTrackingService.cs (1)
2306
e = ((
TrackingWorkflowExceptionEventArgs
)record.EventArgs).Exception;