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