Table of Contents

Class StackTraceElement

Namespace
Steeltoe.Management.Endpoint.Actuators.ThreadDump
Assembly
Steeltoe.Management.Endpoint.dll
public sealed class StackTraceElement
Inheritance
StackTraceElement
Inherited Members

Properties

ClassName

[JsonPropertyName("className")]
public string? ClassName { get; set; }

Property Value

string

ColumnNumber

[JsonPropertyName("columnNumber")]
public int? ColumnNumber { get; set; }

Property Value

int?

FileName

[JsonPropertyName("fileName")]
public string? FileName { get; set; }

Property Value

string

IsNativeMethod

[JsonPropertyName("nativeMethod")]
public bool IsNativeMethod { get; set; }

Property Value

bool

LineNumber

[JsonPropertyName("lineNumber")]
public int? LineNumber { get; set; }

Property Value

int?

MethodName

[JsonPropertyName("methodName")]
public string? MethodName { get; set; }

Property Value

string

ModuleName

[JsonPropertyName("moduleName")]
public string? ModuleName { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.