Share via


ExceptionEventArgs.ThrownStack Property

Definition

Gets the call stack at the point where the exception was thrown.

public:
 property cli::array <Microsoft::VisualStudio::IntelliTrace::Monitoring::StackFrame> ^ ThrownStack { cli::array <Microsoft::VisualStudio::IntelliTrace::Monitoring::StackFrame> ^ get(); };
public Microsoft.VisualStudio.IntelliTrace.Monitoring.StackFrame[] ThrownStack { get; }
member this.ThrownStack : Microsoft.VisualStudio.IntelliTrace.Monitoring.StackFrame[]
Public ReadOnly Property ThrownStack As StackFrame()

Property Value

Applies to