ExceptionThrownEvent.Frames Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the call stack for the thread at this checkpoint.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public ReadOnly Property Frames As IList(Of StackFrame)
Get
'Usage
Dim instance As ExceptionThrownEvent
Dim value As IList(Of StackFrame)
value = instance.Frames
public IList<StackFrame> Frames { get; }
public:
property IList<StackFrame^>^ Frames {
IList<StackFrame^>^ get ();
}
member Frames : IList<StackFrame>
function get Frames () : IList<StackFrame>
Property Value
Type: System.Collections.Generic.IList<StackFrame>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.