IBatchResultCallback.OnSystemError(Throwable) Method

Definition

Called when a system error occurs.

[Android.Runtime.Register("onSystemError", "(Ljava/lang/Throwable;)V", "GetOnSystemError_Ljava_lang_Throwable_Handler:Android.App.AppSearch.IBatchResultCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public virtual void OnSystemError (Java.Lang.Throwable? throwable);
[<Android.Runtime.Register("onSystemError", "(Ljava/lang/Throwable;)V", "GetOnSystemError_Ljava_lang_Throwable_Handler:Android.App.AppSearch.IBatchResultCallback, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnSystemError : Java.Lang.Throwable -> unit
override this.OnSystemError : Java.Lang.Throwable -> unit

Parameters

throwable
Throwable

an exception describing the system error

Attributes

Remarks

Java documentation for android.app.appsearch.BatchResultCallback.onSystemError(java.lang.Throwable).

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