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