Condividi tramite


MultipleFilterMatchesException.Filters Proprietà

Definizione

Ottiene la raccolta di filtri che hanno causato la generazione dell'eccezione.

public:
 property System::Collections::ObjectModel::Collection<System::ServiceModel::Dispatcher::MessageFilter ^> ^ Filters { System::Collections::ObjectModel::Collection<System::ServiceModel::Dispatcher::MessageFilter ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.ServiceModel.Dispatcher.MessageFilter> Filters { get; }
member this.Filters : System.Collections.ObjectModel.Collection<System.ServiceModel.Dispatcher.MessageFilter>
Public ReadOnly Property Filters As Collection(Of MessageFilter)

Valore della proprietà

Collection<MessageFilter>

La classe Collection<T> di tipo MessageFilter che contiene i filtri che hanno causato la generazione dell'eccezione.

Si applica a