1 implementation of IErrorHandler
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
715public class WcfDuplexService_CallbackErrorHandler_Callback : IWcfDuplexService_CallbackErrorHandler_Callback, IEndpointBehavior, IErrorHandler
4 references to IErrorHandler
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
49ErrorHandlers = new Collection<IErrorHandler>(); 98public Collection<IErrorHandler> ErrorHandlers { get; private set; }
System\ServiceModel\Dispatcher\ErrorBehavior.cs (2)
14private IErrorHandler[] _handlers; 21_handlers = EmptyArray<IErrorHandler>.ToArray(channelDispatcher.ErrorHandlers);