IOException
Public / Constructors
DataFormatInvalid
2 overloads
Some binary data format is invalid.
The binary format of the given file is invalid.
FileError
6 overloads
A general filesystem IO error has occurred.
A general filesystem IO error has occurred.
An I/O error has occurred during a file operation.
Error details are fetched from last OS error code.
An I/O error has occurred during a file operation.
An I/O error has occurred during a file operation.
An unexpected IO error has occurred while accessing a file.
Public / Methods
ThrowIfNoCreate
Throws an exception if the given object does not allow creation of new resources.
- IOException
-
See summary.
ThrowIfNoDelete
Throws an exception if the given object does not allow deletion of existing resources.
- IOException
-
See summary.
ThrowIfNoOpen
Throws an exception if the given object does not allow opening of existing resources.
- IOException
-
See summary.
ThrowIfNoRead
Throws an exception if the given object does not allow read access.
- IOException
-
See summary.
ThrowIfNoSeek
Throws an exception if the given stream does not allow random access.
- IOException
-
See summary.
ThrowIfNoWrite
2 overloads
Throws an exception if the given object does not allow write access.
- IOException
-
See summary.
Throws an exception if the given object does not allow write access.
- IOException
-
See summary.