ExceptionEventArgs.HandledStack Property

Definition

Gets the call stack at the point where the exception was recorded. When ExceptionState is Thrown, HandledStack is null.

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

Property Value

Applies to