2 instantiations of MultipleFilterMatchesException
System.ServiceModel.Routing (2)
System\ServiceModel\Dispatcher\StrictAndMessageFilter.cs (2)
155throw FxTrace.Exception.AsError(new MultipleFilterMatchesException()); 171throw FxTrace.Exception.AsError(new MultipleFilterMatchesException());
3 references to MultipleFilterMatchesException
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
617catch (MultipleFilterMatchesException e) 2268catch (MultipleFilterMatchesException e)
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (1)
44catch (MultipleFilterMatchesException matchesException)