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"]],[["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-03-21 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."]]],[]]