ExceptionTelemetry.SetParsedStack(StackFrame[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set parsedStack from an array of StackFrame objects.
public void SetParsedStack (System.Diagnostics.StackFrame[] frames);
member this.SetParsedStack : System.Diagnostics.StackFrame[] -> unit
Public Sub SetParsedStack (frames As StackFrame())
Parameters
- frames
- StackFrame[]