4 references to ErrorBehavior
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
511behavior = new ErrorBehavior(this); 817this.errorBehavior = new ErrorBehavior(this); 865behavior = new ErrorBehavior(this);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
80this.error = new ErrorBehavior(dispatch.ChannelDispatcher);