FaultDescriptionCollection.FindAll(String) Método
Definição
Retorna todos os objetos FaultDescription que têm o valor de ação especificado.Returns all FaultDescription objects that have the specified action value.
public:
System::Collections::ObjectModel::Collection<System::ServiceModel::Description::FaultDescription ^> ^ FindAll(System::String ^ action);
public:
System::Collections::ObjectModel::Collection<System::ServiceModel::Description::FaultDescription ^> ^ FindAll(System::String ^ name);
public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription> FindAll (string action);
public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription> FindAll (string name);
member this.FindAll : string -> System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription>
member this.FindAll : string -> System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription>
Public Function FindAll (action As String) As Collection(Of FaultDescription)
Public Function FindAll (name As String) As Collection(Of FaultDescription)
Parâmetros
- actionname
- String
O valor da ação da falha de SOAP.The value of the SOAP fault action.
Retornos
Uma coleção de objetos FaultDescription que têm a ação especificada.A collection of FaultDescription objects that have the specified action. Se não houver nenhum objeto FaultDescription com a ação, uma coleção vazia será retornada.If there are no FaultDescription objects with the action, an empty collection is returned.