MultipleFilterMatchesException::Filters Property

 

Gets the collection of filters that caused the exception to be thrown.

Namespace:   System.ServiceModel.Dispatcher
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
Return to top
Show: