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