ConnectionNotOpenException class
File -filename- cannot be opened because a connection to database -database- has not been established exception.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
Name | Description |
---|---|
ConnectionNotOpenException(String, String) | Constructor that takes the -filename- with non-established connection to -database name-, causing an exception. |
ConnectionNotOpenException(String, String)
Constructor that takes the -filename- with non-established connection to -database name-, causing an exception.
ConnectionNotOpenException(String, String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | FileName | Filename. |
String | DBName | Database name. |