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"]],[["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-07-02 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."]]],[]]