Class StackTrace.Types.StackFrames (3.0.0)

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.

Inheritance

Object > StackTrace.Types.StackFrames

Namespace

Google.Cloud.Trace.V2

Assembly

Google.Cloud.Trace.V2.dll

Constructors

StackFrames()

public StackFrames()

StackFrames(StackTrace.Types.StackFrames)

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

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
Int32

Frame

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

Stack frames in this call stack.

Property Value
TypeDescription
RepeatedField<StackTrace.Types.StackFrame>