Java.Lang.Throwable: Method Members

The methods of Java.Lang.Throwable are listed below. For a list of all members, see the Throwable Members list.

See Also: Inherited members from System.Exception

Public Methods

AddSuppressed(Throwable)
Adds throwable to the list of throwables suppressed by this.
Dispose()
Documentation for this section has not yet been entered.
FillInStackTrace() : Throwable
Records the stack trace from the point where this method has been called to this Throwable.
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 a clone of the array of stack trace elements of this Throwable.
GetSuppressed() : Throwable[]
Returns the throwables suppressed by this.
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 given 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, Android.Runtime.JniHandleOwnership)
Sets the Object.Handle property.