Click or drag to resize
DatabaseNotInstalledException Class
This exception is thrown when CMSApplication cannot connect to the database specified in the connection string during initialization.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.DataEngineDatabaseNotInstalledException

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[SerializableAttribute]
public class DatabaseNotInstalledException : Exception
Constructors
  NameDescription
Public methodDatabaseNotInstalledException
Initiates a new instance of DatabaseNotInstalledException.
Public methodDatabaseNotInstalledException(String)
Initiates a new instance of DatabaseNotInstalledException.
Protected methodDatabaseNotInstalledException(SerializationInfo, StreamingContext)
Initiates a new instance of DatabaseNotInstalledException.
Public methodDatabaseNotInstalledException(String, Exception)
Initiates a new instance of DatabaseNotInstalledException.
Top
See Also