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.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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