StackFrame 类

定义

注意

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

用于生成视图的详细异常堆栈信息

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

构造函数

StackFrame()
已过时.

用于生成视图的详细异常堆栈信息

属性

ContextCode
已过时.

行 (导致错误的代码) 。

ErrorDetails
已过时.

此堆栈帧的特定错误详细信息。

File
已过时.

包含指令的文件

Function
已过时.

包含指令的函数

Line
已过时.

指令的行号

PostContextCode
已过时.

实际错误行之后的代码行 () 。

PreContextCode
已过时.

实际错误行之前的代码行 () 。

PreContextLine
已过时.

帧行前面的行

适用于