FileAlreadyOpenException class
File -filename- is already open exception.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
| Name | Description |
|---|---|
| FileAlreadyOpenException(String) | Constructor that takes the name of the open file that was expected to be closed causing the exception. |
FileAlreadyOpenException(String)
Constructor that takes the name of the open file that was expected to be closed causing the exception.
FileAlreadyOpenException(String)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| String | FileName | Offending filename. |