次の方法で共有


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」を参照してください。

適用対象