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