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

SchemaCorrectionNeededException(Exception) Constructor

Initializes a new instance of the SchemaCorrectionNeededException class.

Namespace: DevExpress.Xpo.DB.Exceptions

Assembly: DevExpress.Data.v18.2.dll

Declaration

public SchemaCorrectionNeededException(
    Exception innerException
)

Parameters

Name Type
innerException Exception
See Also