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."],[[["\u003cp\u003eThe \u003ccode\u003eStackFrames\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Trace.V2\u003c/code\u003e namespace, represents a collection of stack frames that may be truncated.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for message handling, comparison, cloning, and buffered operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStackFrames\u003c/code\u003e class offers two constructors: a default one (\u003ccode\u003eStackFrames()\u003c/code\u003e) and one that takes another \u003ccode\u003eStackFrames\u003c/code\u003e object as an argument (\u003ccode\u003eStackFrames(StackTrace.Types.StackFrames)\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eIt has two main properties, \u003ccode\u003eDroppedFramesCount\u003c/code\u003e, which indicates the number of frames dropped due to exceeding the limit, and \u003ccode\u003eFrame\u003c/code\u003e, which is a collection of \u003ccode\u003eStackTrace.Types.StackFrame\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation provided covers versions of the \u003ccode\u003eGoogle.Cloud.Trace.V2\u003c/code\u003e library from 2.2.0 to 3.6.0, with 3.6.0 being the latest, although the current version discussed is 2.3.0.\u003c/p\u003e\n"]]],[],null,[]]