StackFrame Class

Definition

Caution

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

Detailed exception stack information used to generate a view

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
Inheritance
StackFrame
Attributes

Constructors

StackFrame()

Properties

ContextCode

Line(s) of code responsible for the error.

ErrorDetails

Specific error details for this stack frame.

File

File containing the instruction

Function

Function containing instruction

Line

The line number of the instruction

PostContextCode

Lines of code after the actual error line(s).

PreContextCode

Lines of code before the actual error line(s).

PreContextLine

The line preceeding the frame line

Applies to