FaultDescriptionCollection.FindAll(String) Methode

Definitie

Retourneert alle FaultDescription objecten met de opgegeven actiewaarde.

public:
 System::Collections::ObjectModel::Collection<System::ServiceModel::Description::FaultDescription ^> ^ FindAll(System::String ^ action);
public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription> FindAll(string action);
member this.FindAll : string -> System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription>
Public Function FindAll (action As String) As Collection(Of FaultDescription)

Parameters

action
String

De waarde van de SOAP-foutactie.

Retouren

Een verzameling FaultDescription objecten met de opgegeven actie. Als er geen FaultDescription objecten zijn met de actie, wordt een lege verzameling geretourneerd.

Van toepassing op