MultipleFilterMatchesException::Filters Property
.NET Framework (current version)
Gets the collection of filters that caused the exception to be thrown.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property Collection<MessageFilter^>^ Filters { Collection<MessageFilter^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::Collection<MessageFilter^>^The Collection<T> of type MessageFilter that contains the filters that caused the exception to be thrown.
.NET Framework
Available since 3.0
Available since 3.0
Show: