ExceptionThrownEvent.StackFrames Property
Gets the call stack for the thread at this exception.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public ReadOnly Property StackFrames As IList(Of IntelliTraceStackFrame)
public IList<IntelliTraceStackFrame> StackFrames { get; }
public:
property IList<IntelliTraceStackFrame^>^ StackFrames {
IList<IntelliTraceStackFrame^>^ get ();
}
member StackFrames : IList<IntelliTraceStackFrame> with get
function get StackFrames () : IList<IntelliTraceStackFrame>
Property Value
Type: IList<IntelliTraceStackFrame>
.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.