DispatchOperation.FaultContractInfos Propriété

Définition

Obtient une collection d’objets FaultContractInfo qui représentent les erreurs SOAP spécifiées pour cette opération.

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)

Valeur de propriété

Collection d'erreurs SOAP spécifiée pour cette opération.

Remarques

La propriété FaultContractInfos permet d'obtenir une collection de toutes les erreurs SOAP spécifiées contractuellement.

S’applique à