ServerFault.StackTrace プロパティ

定義

サーバー上で例外をスローしたスレッドのスタック トレースを取得または設定します。

public:
 property System::String ^ StackTrace { System::String ^ get(); void set(System::String ^ value); };
public string StackTrace { get; set; }
member this.StackTrace : string with get, set
Public Property StackTrace As String

プロパティ値

サーバー上で例外をスローしたスレッドのスタック トレース。

適用対象