Java.Util.Logging.Logger.Throwing Method
Logs a message indicating that an exception is thrown.

Syntax

[Android.Runtime.Register("throwing", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V", "GetThrowing_Ljava_lang_String_Ljava_lang_String_Ljava_lang_Throwable_Handler")]
public virtual void Throwing (string sourceClass, string sourceMethod, Java.Lang.Throwable thrown)

Parameters

sourceClass
the source class name.
sourceMethod
the source method name.
thrown
the Throwable object.

Remarks

Logs a message indicating that an exception is thrown. A log record with log level Level.FINER, log message "THROW", the specified source class name, source method name and the Throwable object is submitted for logging.

[Android Documentation]

Requirements

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