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