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"]],[["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 document provides reference documentation for the `StackTrace.Types.StackFrames` class within the Google Cloud Trace v2 API, specifically for .NET development."],["The `StackTrace.Types.StackFrames` class represents a collection of stack frames, which may be truncated if there are too many, and it implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `DroppedFramesCount` which indicates the number of dropped frames due to excessive frames, and `Frame` which is a list of `StackFrame` objects."],["The provided content shows a list of different versions of the `StackTrace.Types.StackFrames`, with `3.6.0` being the latest version available, demonstrating the history of this class."],["The document details the constructors available for the class including a parameter-less one and one that takes in a `StackTrace.Types.StackFrames` object."]]],[]]