DispatchOperation.FaultContractInfos Propriedade

Definição

Obtém uma coleção de objetos FaultContractInfo que representam as falhas SOAP especificadas para esta operação.

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)

Valor da propriedade

Uma coleção de falhas SOAP especificadas para esta operação.

Comentários

Use a FaultContractInfos propriedade para obter uma coleção de todas as falhas SOAP especificadas contratualmente.

Aplica-se a