StackFrameInfo 類別

定義

警告

This type is for internal use only and will be removed in a future version.

用來產生檢視的詳細例外狀況堆疊資訊

public ref class StackFrameInfo
public class StackFrameInfo
[System.Obsolete("This type is for internal use only and will be removed in a future version.")]
public class StackFrameInfo
type StackFrameInfo = class
[<System.Obsolete("This type is for internal use only and will be removed in a future version.")>]
type StackFrameInfo = class
Public Class StackFrameInfo
繼承
StackFrameInfo
屬性

建構函式

StackFrameInfo()
已淘汰.

用來產生檢視的詳細例外狀況堆疊資訊

屬性

ContextCode
已淘汰.

行 (負責錯誤的程式碼) 。

ErrorDetails
已淘汰.

此堆疊框架的特定錯誤詳細資料。

File
已淘汰.

包含指令的檔案

Function
已淘汰.

包含指令的函數

Line
已淘汰.

指令的行號

PostContextCode
已淘汰.

實際錯誤行之後的程式程式碼 () 。

PreContextCode
已淘汰.

實際錯誤行之前的程式程式碼 () 。

PreContextLine
已淘汰.

框架線前面的行

適用於