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