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, Exception) | sql, innerException | Initializes a new instance of the SchemaCorrectionNeededException class. |
SchemaCorrectionNeededException(String) | sql | Initializes a new instance of the SchemaCorrectionNeededException class . |
See Also