Freigeben über


SQLiteDatabase.OpenParams.ErrorHandler Property

Definition

Returns handler for database corruption errors

public Android.Database.IDatabaseErrorHandler ErrorHandler { [Android.Runtime.Register("getErrorHandler", "()Landroid/database/DatabaseErrorHandler;", "", ApiSince=27)] get; }
[<get: Android.Runtime.Register("getErrorHandler", "()Landroid/database/DatabaseErrorHandler;", "", ApiSince=27)>]
member this.ErrorHandler : Android.Database.IDatabaseErrorHandler

Property Value

Attributes

Remarks

Returns handler for database corruption errors

Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getErrorHandler().

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