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, found in version 2.2.0 and namespace `Google.Cloud.Trace.V2`, represents a collection of stack frames which may be truncated."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StackFrames` class contains properties such as `DroppedFramesCount`, which indicates the number of dropped frames, and `Frame`, which contains the stack frames themselves."],["There are two constructors for the `StackFrames` class, one default and one that takes another `StackTrace.Types.StackFrames` object as a parameter."],["The `StackFrames` class inherits members from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]