public sealed class StackFrames : IMessage<StackTrace.Types.StackFrames>, IEquatable<StackTrace.Types.StackFrames>, IDeepCloneable<StackTrace.Types.StackFrames>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Trace v2 API class StackTrace.Types.StackFrames.
A collection of stack frames, which can be truncated.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference documentation for the `StackTrace.Types.StackFrames` class within the Google Cloud Trace v2 API, specifically for version 3.2.0 of the .NET library."],["The `StackTrace.Types.StackFrames` class represents a collection of stack frames and supports truncation, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key features of the `StackFrames` class include the ability to track dropped frames via `DroppedFramesCount` and store the individual frames in a collection using the `Frame` property."],["The document outlines the available constructors for the `StackFrames` class, which include a default constructor, as well as an alternate constructor that take another `StackFrames` as a parameter."],["There are different versions of the documentation available, with the latest version being 3.6.0 and going down as low as 2.2.0."]]],[]]