共用方式為


JScriptException.StackTrace 屬性

定義

取得發生錯誤時的堆疊追蹤資訊。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual property System::String ^ StackTrace { System::String ^ get(); };
public override string StackTrace { get; }
member this.StackTrace : string
Public Overrides ReadOnly Property StackTrace As String

屬性值

堆疊追蹤資訊。

適用於

另請參閱