다음을 통해 공유


MultipleFilterMatchesException.Filters 속성

정의

throw되는 예외의 원인인 필터의 컬렉션을 가져옵니다.

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>

throw되는 예외의 원인인 필터를 포함하는 Collection<T> 형식의 MessageFilter 입니다.

적용 대상