2 types derived from DurableErrorHandler
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceErrorHandler.cs (1)
10class ServiceErrorHandler : DurableErrorHandler
System\ServiceModel\Dispatcher\WorkflowOperationErrorHandler.cs (1)
9class WorkflowOperationErrorHandler : DurableErrorHandler
2 references to DurableErrorHandler
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
538DurableErrorHandler.CleanUpInstanceContextAtOperationCompletion();
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (1)
75DurableErrorHandler.CleanUpInstanceContextAtOperationCompletion();