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."],[[["This webpage details the `StackFrames` class within the `Google.Cloud.Trace.V2` namespace, which represents a collection of stack frames that can be truncated."],["The `StackFrames` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `StackFrames`, a default constructor and one that takes another `StackTrace.Types.StackFrames` object as a parameter."],["The `StackFrames` class has properties to represent `DroppedFramesCount`, indicating the number of frames dropped due to excessive quantity, and `Frame`, which holds the actual stack frames."],["The webpage also lists available versions of the `Google.Cloud.Trace.V2` package, ranging from version 2.2.0 to the latest version 3.6.0."]]],[]]