Skip to content

Methods_T_CodeJam_IO_IoCodeExceptions

Andrew Koryavchenko edited this page Jul 4, 2017 · 2 revisions

IoCodeExceptions Methods

The IoCodeExceptions type exposes the following members.

Methods

 

Name Description
Public methodStatic member ArgumentDirectoryExistsFileExpected Creates for missing file when there is a dictionary.
Public methodStatic member ArgumentDirectoryNotFound Creates for missing directory.
Public methodStatic member ArgumentFileExistsDirectoryExpected Creates for missing directory when there is a file.
Public methodStatic member ArgumentFileNotFound Creates for missing file.
Public methodStatic member ArgumentNotSimpleName Creates for invalid simple name.
Public methodStatic member ArgumentNotVolumeOrDirectoryPath Creates if path does not ends with one of path separator chars.
Public methodStatic member ArgumentNotWellFormedAbsolutePath Creates for invalid full path.
Public methodStatic member ArgumentNotWellFormedPath Creates for invalid path.
Public methodStatic member ArgumentRootedOrNotRelativePath Creates for invalid relative path.
Public methodStatic member DirectoryExists Creates for directory that should not exist.
Public methodStatic member FileExists Creates for file that should not exist.
Public methodStatic member IOException Creates
  Back to Top

See Also

Reference

IoCodeExceptions Class
CodeJam.IO Namespace

Clone this wiki locally