Java.Lang.Throwable.LocalizedMessage Property
Returns the detail message which was provided when this Throwable was created.

Syntax

[get: Android.Runtime.Register("getLocalizedMessage", "()Ljava/lang/String;", "GetGetLocalizedMessageHandler")]
public virtual string LocalizedMessage { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the detail message which was provided when this Throwable was created. Returns null if no message was provided at creation time. Subclasses may override this method to return localized text for the message. Android returns the regular detail message.

[Android Documentation]

Requirements

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