DispatchOperation.FaultContractInfos 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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 錯誤的集合。