FaultDescriptionCollection.Find(String) Methode

Definitie

Retourneert het FaultDescription object met de opgegeven actiewaarde.

public:
 System::ServiceModel::Description::FaultDescription ^ Find(System::String ^ action);
public System.ServiceModel.Description.FaultDescription Find(string action);
member this.Find : string -> System.ServiceModel.Description.FaultDescription
Public Function Find (action As String) As FaultDescription

Parameters

action
String

De waarde van de SOAP-foutactie.

Retouren

Het FaultDescription object met de opgegeven actie of null. Als meer dan één FaultDescription object dezelfde actie heeft, wordt de eerste in de verzameling geretourneerd.

Van toepassing op