Xojo.IO.IOException

From Xojo Documentation

Class (inherits from ErrorException)

Raised when an IO error occurs using BinaryStream, TextOutputStream, or TextInputStream.

Properties
ErrorNumber Message
Methods
Stack StackFrames

Notes

These are common IO error codes you may see in the ErrorNumber property:

  • 0 No error
  • 100 Destination does not exist.
  • 101 File not found.
  • 102 Access denied.
  • 103 Out of memory.
  • 104 File in use.
  • 105 Invalid name.

To find the meanings for other error codes returned in the ErrorNumber property: