次の方法で共有


JsonFaultDetail.StackTrace プロパティ

定義

この例外のスタック トレース情報を取得または設定します。

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

プロパティ値

String

この例外のスタック トレース情報。

属性

適用対象