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