FaultDescription.DetailType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
SOAP 錯誤詳細資料的型別。
public:
property Type ^ DetailType { Type ^ get(); void set(Type ^ value); };
public Type DetailType { get; set; }
member this.DetailType : Type with get, set
Public Property DetailType As Type
屬性值
可序列化詳細資料物件的型別。
備註
詳細資料類型必須是可序列化的。 如需詳細資訊,請參閱 System.ServiceModel.FaultContractAttribute。