Share via


DispatchOperation.FaultContractInfos 属性

定义

获取 FaultContractInfo 对象的集合,这些对象表示此操作的指定的 SOAP 错误。

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 错误的集合。

适用于