NerdyDuck.CodedExceptions.IO Namespace |
[This is preliminary documentation and is subject to change.]
| Class | Description | |
|---|---|---|
| CodedDirectoryNotFoundException |
The exception that is thrown when an attempt to access a directory that does not exist on disk fails.
This exception provides constructors to set custom HResult values.
| |
| CodedFileExistsException |
The exception that is thrown when an attempt to create a file fails because it already exists on the disk.
This exception provides constructors to set custom HResult values.
| |
| CodedFileNotFoundException |
The exception that is thrown when an attempt to access a file that does not exist on disk fails.
This exception provides constructors to set custom HResult values.
| |
| CodedInvalidDataException |
The exception that is thrown when a data stream is in an invalid format.
This exception provides constructors to set custom HResult values.
| |
| CodedInvalidFileException |
The exception that is thrown when a file content is in an invalid format.
This exception provides constructors to set custom HResult values.
| |
| CodedIOException |
The exception that is thrown when an I/O error occurs.
This exception provides constructors to set custom HResult values.
| |
| InsufficientStorageSpaceException |
The exception that is thrown when an attempt to create a file fails because the free storage space on the target data store is insufficient.
This exception provides constructors to set custom HResult values.
|