Class Execution.Types.StackTraceElement (1.2.0)

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

A single stack element (frame) where an error occurred.

Inheritance

Object > Execution.Types.StackTraceElement

Namespace

Google.Cloud.Workflows.Executions.V1

Assembly

Google.Cloud.Workflows.Executions.V1.dll

Constructors

StackTraceElement()

public StackTraceElement()

StackTraceElement(Execution.Types.StackTraceElement)

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

Properties

Position

public Execution.Types.StackTraceElement.Types.Position Position { get; set; }

The source position information of the stack trace element.

Property Value
TypeDescription
Execution.Types.StackTraceElement.Types.Position

Routine

public string Routine { get; set; }

The routine where the error occurred.

Property Value
TypeDescription
String

Step

public string Step { get; set; }

The step the error occurred at.

Property Value
TypeDescription
String