FileNotOpenException class | QSYS API Reference Guide

File -filename- is not open exception.

Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object –> Exception –> RuntimeException

Constructors

Name Description
FileNotOpenException(String) Constructor that takes the name of the file used on operations that required the file to be opened.

FileNotOpenException(String)

Constructor that takes the name of the file used on operations that required the file to be opened.

FileNotOpenException(String)

Parameters

Type Parameter name Description
String FileName Offending filename.