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.
Implements
IMessage<StackTrace.Types.StackFrames>, IEquatable<StackTrace.Types.StackFrames>, IDeepCloneable<StackTrace.Types.StackFrames>, IBufferMessage, IMessageNamespace
Google.Cloud.Trace.V2Assembly
Google.Cloud.Trace.V2.dll
Constructors
StackFrames()
public StackFrames()
StackFrames(StackTrace.Types.StackFrames)
public StackFrames(StackTrace.Types.StackFrames other)
Parameter | |
---|---|
Name | Description |
other | StackTrace.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 | |
---|---|
Type | Description |
Int32 |
Frame
public RepeatedField<StackTrace.Types.StackFrame> Frame { get; }
Stack frames in this call stack.
Property Value | |
---|---|
Type | Description |
RepeatedField<StackTrace.Types.StackFrame> |