Android.Database.DefaultDatabaseErrorHandler Class
Default class used to define the actions to take when the database corruption is reported by sqlite.

See Also: DefaultDatabaseErrorHandler Members

Syntax

[Android.Runtime.Register("android/database/DefaultDatabaseErrorHandler", DoNotGenerateAcw=true)]
public sealed class DefaultDatabaseErrorHandler : Java.Lang.Object, IDatabaseErrorHandler, IDisposable

Remarks

Default class used to define the actions to take when the database corruption is reported by sqlite.

An application can specify an implementation of Android.Database.IDatabaseErrorHandler on the following:

The specified Android.Database.IDatabaseErrorHandler is used to handle database corruption errors, if they occur.

If null is specified for DatabaeErrorHandler param in the above calls, then this class is used as the default Android.Database.IDatabaseErrorHandler.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11