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