共用方式為


FaultDescription.DetailType 屬性

定義

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

屬性值

Type

可序列化詳細資料物件的型別。

備註

詳細資料類型必須是可序列化的。 如需詳細資訊,請參閱 System.ServiceModel.FaultContractAttribute

適用於