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

屬性值

在伺服器上擲回例外狀況的執行緒堆疊追蹤。

適用於