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