11 references to RaiseServicesExceptionNotHandledEvent
System.Workflow.Runtime (11)
Hosting\DefaultWorkflowSchedulerService.cs (2)
242RaiseServicesExceptionNotHandledEvent(e, (Guid)ci.State); 248RaiseServicesExceptionNotHandledEvent(e, (Guid)ci.State);
Hosting\ManualWorkflowSchedulerService.cs (4)
183RaiseServicesExceptionNotHandledEvent(e, workflowInstanceId); 227RaiseServicesExceptionNotHandledEvent(e, workflowInstanceId); 341RaiseServicesExceptionNotHandledEvent(e, ci.InstanceId); 347RaiseServicesExceptionNotHandledEvent(e, ci.InstanceId);
Hosting\SqlWorkflowPersistenceService.cs (5)
900RaiseServicesExceptionNotHandledEvent(e, instanceId); 920RaiseServicesExceptionNotHandledEvent(e, instanceId); 942RaiseServicesExceptionNotHandledEvent(e, Guid.Empty); 963RaiseServicesExceptionNotHandledEvent(ioe, id); 967RaiseServicesExceptionNotHandledEvent(e, id);