Throwable.Class Property

Definition

Gets the runtime class of this throwable.

public Java.Lang.Class? Class { [Android.Runtime.Register("getClass", "()Ljava/lang/Class;", "GetGetClassHandler")] get; }
[<get: Android.Runtime.Register("getClass", "()Ljava/lang/Class;", "GetGetClassHandler")>]
member this.Class : Java.Lang.Class

Property Value

The Class object representing the runtime class of this throwable.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to