The StackTraceElement type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | StackTraceElement |
Initializes a new instance of the StackTraceElement class.
|
![]() | StackTraceElement(Dictionary String, Object ) |
Initializes a new instance of the StackTraceElement class using the given property values.
|
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ToString |
Gets a string representation of the object.
(Overrides ![]() |
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