ExceptionThrownEvent.StackFrames Property

Definition

Gets the call stack for the thread at this exception.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IntelliTraceStackFrame ^> ^ StackFrames { System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IntelliTraceStackFrame ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrame> StackFrames { get; }
member this.StackFrames : System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IntelliTraceStackFrame>
Public ReadOnly Property StackFrames As IList(Of IntelliTraceStackFrame)

Property Value

Applies to