Class Execution.Types.StackTrace (1.2.0)

public sealed class StackTrace : IMessage<Execution.Types.StackTrace>, IEquatable<Execution.Types.StackTrace>, IDeepCloneable<Execution.Types.StackTrace>, IBufferMessage, IMessage

A collection of stack elements (frames) where an error occurred.

Inheritance

Object > Execution.Types.StackTrace

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

StackTrace()

public StackTrace()

StackTrace(Execution.Types.StackTrace)

public StackTrace(Execution.Types.StackTrace other)
Parameter
NameDescription
otherExecution.Types.StackTrace

Properties

Elements

public RepeatedField<Execution.Types.StackTraceElement> Elements { get; }

An array of stack elements.

Property Value
TypeDescription
RepeatedField<Execution.Types.StackTraceElement>