ExceptionEventArgs.HandledStack Property

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

When ExceptionState is Thrown, HandledStack is null.

Namespace:  Microsoft.VisualStudio.IntelliTrace.Monitoring
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property HandledStack As StackFrame()
public StackFrame[] HandledStack { get; }
public:
property array<StackFrame>^ HandledStack {
    array<StackFrame>^ get ();
}
member HandledStack : StackFrame[] with get
function get HandledStack () : StackFrame[]

Property Value

Type: array<Microsoft.VisualStudio.IntelliTrace.Monitoring.StackFrame[]
Returns StackFrame.

.NET Framework Security

See Also

Reference

ExceptionEventArgs Class

Microsoft.VisualStudio.IntelliTrace.Monitoring Namespace