1 instantiation of WorkflowOperationErrorHandler
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
272
IErrorHandler workflowOperationErrorHandler = new
WorkflowOperationErrorHandler
(includeExceptionDetailsInFaults);
2 references to WorkflowOperationErrorHandler
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (1)
215
WorkflowOperationErrorHandler
.CreateUnhandledException(
System\ServiceModel\Dispatcher\WorkflowRequestContext.cs (1)
106
exception =
WorkflowOperationErrorHandler
.CreateUnhandledException(exception);