-
Couldn't load subscription status.
- Fork 35
Methods_T_CodeJam_IO_IoCodeExceptions
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
The IoCodeExceptions type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
ArgumentDirectoryExistsFileExpected | Creates for missing file when there is a dictionary. |
![]()
|
ArgumentDirectoryNotFound | Creates for missing directory. |
![]()
|
ArgumentFileExistsDirectoryExpected | Creates for missing directory when there is a file. |
![]()
|
ArgumentFileNotFound | Creates for missing file. |
![]()
|
ArgumentNotSimpleName | Creates for invalid simple name. |
![]()
|
ArgumentNotVolumeOrDirectoryPath | Creates if path does not ends with one of path separator chars. |
![]()
|
ArgumentNotWellFormedAbsolutePath | Creates for invalid full path. |
![]()
|
ArgumentNotWellFormedPath | Creates for invalid path. |
![]()
|
ArgumentRootedOrNotRelativePath | Creates for invalid relative path. |
![]()
|
DirectoryExists | Creates for directory that should not exist. |
![]()
|
FileExists | Creates for file that should not exist. |
![]()
|
IOException | Creates |
