UnsupportedDatabaseVersionException Class

The exception that is thrown when the schema version of a database is not supported by the current version of the application.
Inheritance Hierarchy

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
[SerializableAttribute]
public sealed class UnsupportedDatabaseVersionException : DbAccessException
See Also