2 instantiations of WorkflowInstanceUnhandledExceptionRecord
System.Activities (2)
System\Activities\Hosting\WorkflowInstance.cs (1)
550
this.controller.Track(new
WorkflowInstanceUnhandledExceptionRecord
(this.Id, this.WorkflowDefinition.DisplayName, faultSourceInfo, exception, this.DefinitionIdentity));
System\Activities\Tracking\WorkflowInstanceUnhandledExceptionRecord.cs (1)
104
return new
WorkflowInstanceUnhandledExceptionRecord
(this);
4 references to WorkflowInstanceUnhandledExceptionRecord
System.Activities (4)
System\Activities\Tracking\EtwTrackingParticipant.cs (3)
539
if (record is
WorkflowInstanceUnhandledExceptionRecord
)
567
WorkflowInstanceUnhandledExceptionRecord
unhandled = record as
WorkflowInstanceUnhandledExceptionRecord
;
System\Activities\Tracking\WorkflowInstanceUnhandledExceptionRecord.cs (1)
57
WorkflowInstanceUnhandledExceptionRecord(
WorkflowInstanceUnhandledExceptionRecord
record)