8 references to ThrowAndCatch
System.ServiceModel (8)
System\ServiceModel\Channels\ConnectionDemuxer.cs (2)
247System.ServiceModel.Dispatcher.ErrorBehavior.ThrowAndCatch(exception); 280System.ServiceModel.Dispatcher.ErrorBehavior.ThrowAndCatch(exception);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1211ErrorBehavior.ThrowAndCatch(exception);
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
795ErrorBehavior.ThrowAndCatch(new InvalidOperationException(message)); 803ErrorBehavior.ThrowAndCatch(new InvalidOperationException(message));
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
821ErrorBehavior.ThrowAndCatch(exception);
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
332ErrorBehavior.ThrowAndCatch(new InvalidOperationException(message));
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
1080System.ServiceModel.Dispatcher.ErrorBehavior.ThrowAndCatch(new Win32Exception(error));