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