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.3.0.1000)
Syntax public sealed class UnsupportedDatabaseVersionException : DbAccessException
Public NotInheritable Class UnsupportedDatabaseVersionException
Inherits DbAccessException
public ref class UnsupportedDatabaseVersionException sealed : public DbAccessException
[<SealedAttribute>]
type UnsupportedDatabaseVersionException =
class
inherit DbAccessException
end
See Also