A newer version of this page is available.
Switch to the current version.
SchemaCorrectionNeededException Constructors
An exception that is thrown when the storage schema doesn't match the structure of persistent objects and the schema cannot be modified.Name | Parameters | Description |
---|---|---|
SchemaCorrectionNeededException(Exception) | innerException | Initializes a new instance of the SchemaCorrectionNeededException class. |
SchemaCorrectionNeededException(String) | sql | Initializes a new instance of the SchemaCorrectionNeededException class . |
SchemaCorrectionNeededException(String, Exception) | sql, innerException | Initializes a new instance of the SchemaCorrectionNeededException class. |
See Also
Feedback