6 references to ErrorHandlers
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ErrorBehavior.cs (1)
23this.handlers = EmptyArray<IErrorHandler>.ToArray(channelDispatcher.ErrorHandlers);
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingChannelExtension.cs (1)
237foreach (IErrorHandler errorHandler in this.endpointBehavior.ChannelDispatcher.ErrorHandlers)
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (1)
544endpointDispatcher.DispatchRuntime.ChannelDispatcher.ErrorHandlers.Add(errorHandler);
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (1)
236endpointDispatcher.ChannelDispatcher.ErrorHandlers.Add(new JsonErrorHandler(endpoint, endpointDispatcher.ChannelDispatcher.IncludeExceptionDetailInFaults));
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
153channelDispatcher.ErrorHandlers.Add(errorHandler);
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
281channelDispatcher.ErrorHandlers.Add(workflowOperationErrorHandler);