1 write to unhandledExceptionHandler
System.Activities (1)
System\Activities\WorkflowApplication.cs (1)
2226
unhandledExceptionHandler
= new UnhandledExceptionEventHandler();
2 references to unhandledExceptionHandler
System.Activities (2)
System\Activities\WorkflowApplication.cs (2)
2224
if (
unhandledExceptionHandler
== null)
2229
done =
unhandledExceptionHandler
.Run(this, exception, exceptionSource, exceptionSourceInstanceId);