1 instantiation of ServicesExceptionNotHandledEventArgs
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
812
handler(this, new
ServicesExceptionNotHandledEventArgs
(exception, instanceId));
2 references to ServicesExceptionNotHandledEventArgs
System.Workflow.Runtime (2)
WorkflowRuntime.cs (2)
460
public event EventHandler<
ServicesExceptionNotHandledEventArgs
> ServicesExceptionNotHandled;
810
EventHandler<
ServicesExceptionNotHandledEventArgs
> handler = ServicesExceptionNotHandled;