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^)
.NET Framework (current version)
Returns the FaultDescription object that has the specified action value.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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
Available since 3.0
Show: