Skip to main content
A newer version of this page is available. .

SchemaCorrectionNeededException(String, Exception) Constructor

Initializes a new instance of the SchemaCorrectionNeededException class.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v20.1.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public SchemaCorrectionNeededException(
    string sql,
    Exception innerException
)

Parameters

Name Type
sql String
innerException Exception
See Also