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

适用于