StackFrameInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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
- Inheritance
-
StackFrameInfo
- Attributes
Constructors
StackFrameInfo() |
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 |