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

属性值

String

堆栈跟踪信息。

适用于

另请参阅