次の方法で共有


JsonFaultDetail.ExceptionDetail プロパティ

定義

サービス コントラクトで指定された SOAP エラーを表す ExceptionDetail オブジェクトを取得または設定します。

public:
 property System::ServiceModel::ExceptionDetail ^ ExceptionDetail { System::ServiceModel::ExceptionDetail ^ get(); void set(System::ServiceModel::ExceptionDetail ^ value); };
[System.Runtime.Serialization.DataMember(Name="ExceptionDetail")]
public System.ServiceModel.ExceptionDetail ExceptionDetail { get; set; }
[<System.Runtime.Serialization.DataMember(Name="ExceptionDetail")>]
member this.ExceptionDetail : System.ServiceModel.ExceptionDetail with get, set
Public Property ExceptionDetail As ExceptionDetail

プロパティ値

サービス コントラクトで指定された SOAP エラー。

属性

適用対象