Google Cloud Trace v2 API - Class StackTrace.Types.StackFrames (3.5.0)

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.

Inheritance

object > StackTrace.Types.StackFrames

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Constructors

StackFrames()

public StackFrames()

StackFrames(StackFrames)

public StackFrames(StackTrace.Types.StackFrames other)
Parameter
NameDescription
otherStackTraceTypesStackFrames

Properties

DroppedFramesCount

public int DroppedFramesCount { get; set; }

The number of stack frames that were dropped because there were too many stack frames. If this value is 0, then no stack frames were dropped.

Property Value
TypeDescription
int

Frame

public RepeatedField<StackTrace.Types.StackFrame> Frame { get; }

Stack frames in this call stack.

Property Value
TypeDescription
RepeatedFieldStackTraceTypesStackFrame