Android.Util.Log.Wtf Method
What a Terrible Failure: Report an exception that should never happen.

Syntax

[Android.Runtime.Register("wtf", "(Ljava/lang/String;Ljava/lang/Throwable;)I", "")]
public static int Wtf (string tag, Java.Lang.Throwable tr)

Parameters

tag
Used to identify the source of a log message.
tr
An exception to log.

Returns

Documentation for this section has not yet been entered.

Remarks

What a Terrible Failure: Report an exception that should never happen. Similar to Log.Wtf(string, System.String), with an exception to log.

[Android Documentation]

Requirements

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