Class StackTrace
Call frames for assertions or error messages.
public sealed record StackTrace : IEquatable<StackTrace>
- Inheritance
-
StackTrace
- Implements
- Inherited Members
Constructors
StackTrace(ImmutableArray<CallFrame>)
Call frames for assertions or error messages.
public StackTrace(ImmutableArray<CallFrame> CallFrames)
Parameters
CallFramesImmutableArray<CallFrame>JavaScript function name.
Properties
CallFrames
JavaScript function name.
public ImmutableArray<CallFrame> CallFrames { get; init; }
Property Value
Description
String label of this stack trace. For async traces this may be a name of the function that initiated the async call.
public string? Description { get; init; }
Property Value
Parent
Asynchronous JavaScript stack trace that preceded this stack, if available.
public StackTrace? Parent { get; init; }
Property Value
ParentId
Asynchronous JavaScript stack trace that preceded this stack, if available.
public StackTraceId? ParentId { get; init; }