Class StackTraceElement
Inheritance
System.Object
StackTraceElement
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class StackTraceElement : object
Properties
|
Edit this page
View Source
ClassName
Declaration
public string? ClassName { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Edit this page
View Source
FileName
Declaration
public string? FileName { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Edit this page
View Source
IsNativeMethod
Declaration
public bool IsNativeMethod { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
LineNumber
Declaration
public int? LineNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Edit this page
View Source
MethodName
Declaration
public string? MethodName { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|