4 instantiations of 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);
27 references to ErrorBehavior
System.ServiceModel (27)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
636System.ServiceModel.Dispatcher.ErrorBehavior.ThrowAndCatch(
System\ServiceModel\Channels\ConnectionDemuxer.cs (2)
247System.ServiceModel.Dispatcher.ErrorBehavior.ThrowAndCatch(exception); 280System.ServiceModel.Dispatcher.ErrorBehavior.ThrowAndCatch(exception);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
51ErrorBehavior errorBehavior; 501ErrorBehavior behavior; 855ErrorBehavior behavior;
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1211ErrorBehavior.ThrowAndCatch(exception);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (6)
256if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) 309if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) 354if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) 785if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) 795ErrorBehavior.ThrowAndCatch(new InvalidOperationException(message)); 803ErrorBehavior.ThrowAndCatch(new InvalidOperationException(message));
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
821ErrorBehavior.ThrowAndCatch(exception);
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (4)
131if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) 176if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) 227if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) 289if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e))
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (5)
28readonly ErrorBehavior error; 207internal ErrorBehavior ErrorBehavior 280if (ErrorBehavior.ShouldRethrowExceptionAsIs(e)) 332ErrorBehavior.ThrowAndCatch(new InvalidOperationException(message)); 342if (!ErrorBehavior.ShouldRethrowExceptionAsIs(e))
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
106internal void AfterReply(ref MessageRpc rpc, ErrorBehavior error)
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
236if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e)) 291if (ErrorBehavior.ShouldRethrowClientSideExceptionAsIs(e))
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
1080System.ServiceModel.Dispatcher.ErrorBehavior.ThrowAndCatch(new Win32Exception(error));