Enum IOException.IOExceptionErrorCode
Provides values for error codes.
Namespace: System.IO
Assembly: mscorlib.dll
Syntax
public enum IOException.IOExceptionErrorCode
Fields
Name | Description |
---|---|
DirectoryNotEmpty | Directory not empty |
DirectoryNotFound | Directory not found |
FileNotFound | File not found |
InvalidDriver | Invalid driver |
Others | Others |
PathAlreadyExists | Path already exists |
PathTooLong | Path too long |
TooManyOpenHandles | Too many open handles |
UnauthorizedAccess | Unauthorized access |
VolumeNotFound | Volume not found |