FileSyncExceptionclass | file.t[135] |
Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
File synchronization exception. This is thrown when an operation (such as a read or write) is attempted during normal execution on a file object that was originally opened during pre-initialization. A file object created during pre-initialization can't be used to access the file during ordinary execution, since the state of the external file might have changed since the pre-init session ended. In such cases, a new file object must be created instead.
class
FileSyncException : FileException
Superclass Tree (in declaration order)
FileSyncException
FileException
Exception
object
Subclass Tree
Global Objects
Summary of Properties
Inherited from Exception
:
errmsg_
Summary of Methods
Inherited from Exception
:
construct
getExceptionMessage
showStackTrace
Properties
Methods
displayException ( ) OVERRIDDEN | file.t[136] |
no description available
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3
Generated on 5/16/2013 from TADS version 3.1.3