Java.Lang.Throwable Members

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

See Also: Inherited members from System.Exception

Public Constructors

Constructs a new Throwable that includes the current stack trace.
Constructs a new Throwable with the current stack trace and the specified cause.
Constructs and initializes an instance of the Java.Lang.Throwable type which wraps the specified Android object.
Constructs a new Throwable with the current stack trace and the specified detail message.
A constructor used when creating managed representations of JNI objects; called by the runtime.
Constructs a new Throwable with the current stack trace, the specified detail message and the specified cause.

Protected Fields

is_generatedbool. Documentation for this section has not yet been entered.

Public Properties

[read-only]
CauseThrowable. Returns the cause of this Throwable, or null if there is no cause.
[read-only]
HandleIntPtr. The handle to the underlying Android instance.
[read-only]
LocalizedMessagestring. Returns the extra information message which was provided when this Throwable was created.
[read-only]
Messagestring. Returns the extra information message which was provided when this Throwable was created.
[read-only]
override
StackTracestring. Documentation for this section has not yet been entered.

Protected Properties

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

Public Methods

Dispose()
Documentation for this section has not yet been entered.
FillInStackTrace() : Throwable
This method is non-final so that non-Java language implementations can disable VM stack traces for their language.
Finalize()
Documentation for this section has not yet been entered.
static
FromException(Exception) : Throwable
Converts a Exception into a Java.Lang.Throwable.
GetStackTrace() : StackTraceElement[]
Returns the array of stack trace elements of this Throwable.
InitCause(Throwable) : Throwable
Initializes the cause of this Throwable.
PrintStackTrace()
Writes a printable representation of this Throwable's stack trace to the System.err stream.
PrintStackTrace(Java.IO.PrintStream)
Writes a printable representation of this Throwable's stack trace to the specified print stream.
PrintStackTrace(Java.IO.PrintWriter)
Writes a printable representation of this Throwable's stack trace to the specified print writer.
SetStackTrace(StackTraceElement[])
Sets the array of stack trace elements.
static
ToException(Throwable) : Exception
Documentation for this section has not yet been entered.

Protected Methods

Dispose(bool)
Documentation for this section has not yet been entered.
SetHandle(IntPtr)
Sets the Object.Handle property.
SetHandle(IntPtr, Android.Runtime.JniHandleOwnership)
Documentation for this section has not yet been entered.