Show / Hide Table of Contents

Class StackTraceElement

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

Inheritance
object
StackTraceElement
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkflowExecutions.v1.Data
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public class StackTraceElement : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Position

The source position information of the stack trace element.

Declaration
[JsonProperty("position")]
public virtual Position Position { get; set; }
Property Value
Type Description
Position

Routine

The routine where the error occurred.

Declaration
[JsonProperty("routine")]
public virtual string Routine { get; set; }
Property Value
Type Description
string

Step

The step the error occurred at.

Declaration
[JsonProperty("step")]
public virtual string Step { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX