public sealed class StackFrames : IMessage<StackTrace.Types.StackFrames>, IEquatable<StackTrace.Types.StackFrames>, IDeepCloneable<StackTrace.Types.StackFrames>, IBufferMessage, IMessage
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `StackFrames` class, part of the `Google.Cloud.Trace.V2` namespace, represents a collection of stack frames that may be truncated."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, comparison, cloning, and buffered operations."],["The `StackFrames` class offers two constructors: a default one (`StackFrames()`) and one that takes another `StackFrames` object as an argument (`StackFrames(StackTrace.Types.StackFrames)`)."],["It has two main properties, `DroppedFramesCount`, which indicates the number of frames dropped due to exceeding the limit, and `Frame`, which is a collection of `StackTrace.Types.StackFrame`."],["The documentation provided covers versions of the `Google.Cloud.Trace.V2` library from 2.2.0 to 3.6.0, with 3.6.0 being the latest, although the current version discussed is 2.3.0."]]],[]]