ILog.Error Method

Definition

Overloads

Error(Object)
Error(Object, Throwable)

Error(Object)

[Android.Runtime.Register("error", "(Ljava/lang/Object;)V", "GetError_Ljava_lang_Object_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Error (Java.Lang.Object? p0);
[<Android.Runtime.Register("error", "(Ljava/lang/Object;)V", "GetError_Ljava_lang_Object_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Error : Java.Lang.Object -> unit

Parameters

p0
Object
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Error(Object, Throwable)

[Android.Runtime.Register("error", "(Ljava/lang/Object;Ljava/lang/Throwable;)V", "GetError_Ljava_lang_Object_Ljava_lang_Throwable_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Error (Java.Lang.Object? p0, Java.Lang.Throwable? p1);
[<Android.Runtime.Register("error", "(Ljava/lang/Object;Ljava/lang/Throwable;)V", "GetError_Ljava_lang_Object_Ljava_lang_Throwable_Handler:Org.Apache.Commons.Logging.ILogInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member Error : Java.Lang.Object * Java.Lang.Throwable -> unit

Parameters

p0
Object
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to