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
Public Properties
[read-only] | Cause | Throwable. Returns the cause of this Throwable, or null if there is
no cause. |
[read-only] | Class | Class. Documentation for this section has not yet been entered. |
[read-only] | Handle | IntPtr.
The handle to the underlying Android instance.
|
[read-only] | LocalizedMessage | string. Returns the detail message which was provided when this
Throwable was created. |
[read-only] | Message | string. Returns the detail message which was provided when this
Throwable was created. |
[read-only] override | StackTrace | string. Documentation for this section has not yet been entered. |
Protected Properties
[read-only] | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
Protected Methods
Explicitly Implemented Interface Members