PolicyConversionContext.GetFaultBindingAssertions(FaultDescription) Methode

Definitie

Retourneert een verzameling beleidsverklaringen voor de opgegeven SOAP-fout.

public:
 abstract System::ServiceModel::Description::PolicyAssertionCollection ^ GetFaultBindingAssertions(System::ServiceModel::Description::FaultDescription ^ fault);
public abstract System.ServiceModel.Description.PolicyAssertionCollection GetFaultBindingAssertions(System.ServiceModel.Description.FaultDescription fault);
abstract member GetFaultBindingAssertions : System.ServiceModel.Description.FaultDescription -> System.ServiceModel.Description.PolicyAssertionCollection
Public MustOverride Function GetFaultBindingAssertions (fault As FaultDescription) As PolicyAssertionCollection

Parameters

fault
FaultDescription

Het FaultDescription object waarvoor beleidsverklaringen moeten worden toegevoegd of waarvoor bindingen moeten worden geconfigureerd.

Retouren

Een verzameling beleidsverklaringen voor de opgegeven SOAP-fout.

Opmerkingen

De verzameling waaruit wordt GetFaultBindingAssertions geretourneerd, is geen kopie. U kunt waar nodig asserties toevoegen en verwijderen.

Van toepassing op