Java.Util.Logging.Handler.ReportError Method
Reports an error to the error manager associated with this handler, ErrorManager is used for that purpose.

Syntax

[Android.Runtime.Register("reportError", "(Ljava/lang/String;Ljava/lang/Exception;I)V", "GetReportError_Ljava_lang_String_Ljava_lang_Exception_IHandler")]
protected virtual void ReportError (string msg, Java.Lang.Exception ex, int code)

Parameters

msg
the error message, may be null.
ex
the associated exception, may be null.
code
an ErrorManager error code.

Remarks

Reports an error to the error manager associated with this handler, ErrorManager is used for that purpose. No security checks are done, therefore this is compatible with environments where the caller is non-privileged.

[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