1 write to exceptionNotification
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
83
processSecurity.
exceptionNotification
+= delegate(Exception e)
2 references to exceptionNotification
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
119
if (
exceptionNotification
!= null)
120
exceptionNotification
(e);