Skip to main content
.NET 6.0+

DatabaseVersionMismatchEventArgs(DatabaseUpdaterBase, CompatibilityError) Constructor

Initializes a new instance of the DatabaseVersionMismatchEventArgs class.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DatabaseVersionMismatchEventArgs(
    DatabaseUpdaterBase updater,
    CompatibilityError compatibilityError
)

Parameters

Name Type Description
updater DevExpress.ExpressApp.Updating.DatabaseUpdaterBase

A DatabaseUpdaterBase object that is used to update the database.

compatibilityError DevExpress.ExpressApp.Updating.CompatibilityError

A CompatibilityError object that represent the error that occurred.

See Also