Skip to main content

SchemaCorrectionNeededException(String) Constructor

Initializes a new instance of the SchemaCorrectionNeededException class .

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public SchemaCorrectionNeededException(
    string sql
)

Parameters

Name Type Description
sql String

A SQL statement or the name of the object that raised this exception.

See Also