public sealed class StackTrace.Types.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 for .NET, covering versions from 2.2.0 up to the latest 3.6.0."],["The `StackTrace.Types.StackFrames` class represents a collection of stack frames that can be truncated, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `StackFrames()` and `StackFrames(StackTrace.Types.StackFrames other)`, with the latter allowing the creation of a new instance based on an existing `StackFrames` object."],["The class exposes properties such as `DroppedFramesCount`, indicating the number of dropped frames, and `Frame`, which is a `RepeatedField` containing the stack frames."],["The namespace for the `StackTrace.Types.StackFrames` class is `Google.Cloud.Trace.V2` and it resides in the `Google.Cloud.Trace.V2.dll` assembly."]]],[]]