ClientOperation.FaultContractInfos プロパティ

定義

この操作に対する指定した SOAP エラーを表す FaultContractInfo オブジェクトのコレクションを取得します。

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)

プロパティ値

この操作に指定された SOAP エラーのコレクション。

注釈

FaultContractInfos プロパティを使用して、契約に指定されたすべての SOAP エラーのコレクションを取得します。

適用対象