MultipleFilterMatchesException.Filters 屬性

定義

取得導致擲回例外狀況的篩選條件集合。

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)

屬性值

Collection<MessageFilter>

類型為 Collection<T>MessageFilter,其中包含導致擲回例外狀況的篩選條件。

適用於