Table of Contents

Class StackFrame

Namespace
Quilt4Net.Toolkit.Features.ApplicationInsights
Assembly
Quilt4Net.Toolkit.dll

One frame in the parsed stack of an Application Insights exception. Mirrors the fields AI stores under AppExceptions.Details[i].parsedStack[j].

public sealed record StackFrame : IEquatable<StackFrame>
Inheritance
StackFrame
Implements
Inherited Members

Properties

Assembly

public string Assembly { get; init; }

Property Value

string

FileName

public string FileName { get; init; }

Property Value

string

HasFileLocation

True when the frame has no file/line — typically a system or framework frame.

public bool HasFileLocation { get; }

Property Value

bool

Level

public int Level { get; init; }

Property Value

int

Line

public int Line { get; init; }

Property Value

int

Method

public string Method { get; init; }

Property Value

string