Class StackTraceElement
Inheritance
System.Object
StackTraceElement
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class StackTraceElement : object
Properties
|
Edit this page
View Source
ClassName
Declaration
public string ClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
FileName
Declaration
public string FileName { get; set; }
Property Value
Type |
Description |
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.Int32 |
|
|
Edit this page
View Source
MethodName
Declaration
public string MethodName { get; set; }
Property Value
Type |
Description |
System.String |
|