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

プロパティ値

シリアル化可能な詳細オブジェクトの型。

注釈

詳細の種類はシリアル化可能である必要があります。 詳細については、 System.ServiceModel.FaultContractAttributeを参照してください。

適用対象