Sdílet prostřednictvím


ClientOperation.FaultContractInfos Vlastnost

Definice

Získá kolekci FaultContractInfo objektů, které představují zadané chyby SOAP pro tuto operaci.

public:
 property System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::FaultContractInfo ^> ^ FaultContractInfos { System::Collections::Generic::SynchronizedCollection<System::ServiceModel::Dispatcher::FaultContractInfo ^> ^ get(); };
public System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.FaultContractInfo> FaultContractInfos { get; }
member this.FaultContractInfos : System.Collections.Generic.SynchronizedCollection<System.ServiceModel.Dispatcher.FaultContractInfo>
Public ReadOnly Property FaultContractInfos As SynchronizedCollection(Of FaultContractInfo)

Hodnota vlastnosti

Kolekce chyb SOAP zadaných pro tuto operaci.

Poznámky

FaultContractInfos Pomocí vlastnosti získáte kolekci všech smluvně zadaných chyb SOAP.

Platí pro