InvalidFileOperationException class
Invalid Operation: -operation- on file: -filename- exception.
Namespace: ASNA.QSys.Runtime Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> Exception –> RuntimeException
Constructors
Name | Description |
---|---|
InvalidFileOperationException(String, String) | Constructor that takes the -operation- attempting to execute on -filename- that caused an exception. |
InvalidFileOperationException(String, String)
Constructor that takes the -operation- attempting to execute on -filename- that caused an exception.
InvalidFileOperationException(String, String)
Parameters
Type | Parameter name | Description |
---|---|---|
String | Operation | Operation name. |
String | FileName | Filename. |