3 writes to UnhandledException
System.Activities (3)
System\Activities\Tracking\WorkflowInstanceUnhandledExceptionRecord.cs (3)
41
this.
UnhandledException
= exception;
61
this.
UnhandledException
= record.UnhandledException;
92
set { this.
UnhandledException
= value; }
12 references to UnhandledException
System.Activities (12)
System\Activities\Tracking\EtwTrackingParticipant.cs (8)
575
unhandled.
UnhandledException
== null ? string.Empty : unhandled.
UnhandledException
.ToString(),
582
unhandled.
UnhandledException
== null ? string.Empty : unhandled.
UnhandledException
.ToString(),
601
unhandled.
UnhandledException
== null ? string.Empty : unhandled.
UnhandledException
.ToString(),
609
unhandled.
UnhandledException
== null ? string.Empty : unhandled.
UnhandledException
.ToString(),
System\Activities\Tracking\WorkflowInstanceUnhandledExceptionRecord.cs (4)
61
this.UnhandledException = record.
UnhandledException
;
91
get { return this.
UnhandledException
; }
120
this.
UnhandledException
);
131
this.
UnhandledException
,