Exception thrown when a file operation fails.
- Implements
Properties
- String message
-
read-onlyMessage describing the error. This does not include any detailed information form the underlying OS error. Check osError for that information.
- OSError osError
-
read-onlyThe underlying OS error. Can be
null
if the exception is not raised due to an OS error. - String path
-
read-onlyThe file system path on which the error occurred. Can be
null
if the exception does not relate directly to a file system path.