Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FaultDescriptionCollection::Find Method (String^)

 

Returns the FaultDescription object that has the specified action value.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
FaultDescription^ Find(
	String^ action
)

Parameters

action
Type: System::String^

The value of the SOAP fault action.

Return Value

Type: System.ServiceModel.Description::FaultDescription^

The FaultDescription object that has the specified action, or null. If more than one FaultDescription object has the same action, the first one in the collection is returned.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft