FaultDescriptionCollection.FindAll(String) Method

Definition

Returns all FaultDescription objects that have the specified action value.

C#
public System.Collections.ObjectModel.Collection<System.ServiceModel.Description.FaultDescription> FindAll(string action);

Parameters

action
String

The value of the SOAP fault action.

Returns

A collection of FaultDescription objects that have the specified action. If there are no FaultDescription objects with the action, an empty collection is returned.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1