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 given cause.
Constructs a new Throwable with the current stack trace and the given 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 given detail message and cause.

Protected Constructors

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]
ClassClass. Documentation for this section has not yet been entered.
[read-only]
HandleIntPtr. The handle to the underlying Android instance.
[read-only]
LocalizedMessagestring. Returns the detail message which was provided when this Throwable was created.
[read-only]
Messagestring. Returns the detail 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

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.

Explicitly Implemented Interface Members

Java.Interop.IJavaObjectEx.IsProxybool. Documentation for this section has not yet been entered.
Java.Interop.IJavaObjectEx.KeyHandleIntPtr. Documentation for this section has not yet been entered.
Java.Interop.IJavaObjectEx.NeedsActivationbool. Documentation for this section has not yet been entered.
Java.Interop.IJavaObjectEx.ToLocalJniHandleDocumentation for this section has not yet been entered.