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