Java.Util.Logging.LogRecord.Thrown Property
Gets the Throwable object associated with this log record.

Syntax

[get: Android.Runtime.Register("getThrown", "()Ljava/lang/Throwable;", "GetGetThrownHandler")]
[set: Android.Runtime.Register("setThrown", "(Ljava/lang/Throwable;)V", "GetSetThrown_Ljava_lang_Throwable_Handler")]
public virtual Java.Lang.Throwable Thrown { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the Throwable object associated with this log record.

Set method documentation [Android Documentation]

Sets the Throwable object associated with this log record.

Requirements

Namespace: Java.Util.Logging
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1