Click or drag to resize

NerdyDuck.CodedExceptions.IO Namespace

[This is preliminary documentation and is subject to change.]

The NerdyDuck.CodedExceptions.IO namespace contains exceptions related to I/O errors.
Classes
  ClassDescription
Public classCodedDirectoryNotFoundException
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.
Public classCodedFileExistsException
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.
Public classCodedFileNotFoundException
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.
Public classCodedInvalidDataException
The exception that is thrown when a data stream is in an invalid format. This exception provides constructors to set custom HResult values.
Public classCodedInvalidFileException
The exception that is thrown when a file content is in an invalid format. This exception provides constructors to set custom HResult values.
Public classCodedIOException
The exception that is thrown when an I/O error occurs. This exception provides constructors to set custom HResult values.
Public classInsufficientStorageSpaceException
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.