The StackTraceElement type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | ClassName |
Gets or sets the value of the Class name in the stack trace
|
![]() | FileName |
Gets or sets the value of the filename in the stack
|
![]() | LineNumber |
Gets or sets the line number
|
![]() | MethodName |
Gets or sets the Method name in the stack trace
|
See Also