Java.Lang.StackTraceElement Members

The members of Java.Lang.StackTraceElement are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new StackTraceElement for a specified execution point.

Public Properties

[read-only]
ClassNamestring. Returns the fully qualified name of the class belonging to this StackTraceElement.
[read-only]
FileNamestring. Returns the name of the Java source file containing class belonging to this StackTraceElement.
[read-only]
IsNativeMethodbool. Indicates if the method name returned by StackTraceElement.MethodName is implemented as a native method.
[read-only]
LineNumberint. Returns the line number in the source for the class belonging to this StackTraceElement.
[read-only]
MethodNamestring. Returns the name of the method belonging to this StackTraceElement.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.