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。