IOException.IOExceptionErrorCode Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides values for error codes.

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Enumeration IOExceptionErrorCode
public enum IOExceptionErrorCode
public enum class IOExceptionErrorCode
type IOExceptionErrorCode
public enum IOExceptionErrorCode

Members

Member name Description
Others Others.
InvalidDriver Invalid driver.
FileNotFound File not found.
DirectoryNotFound Directory not found.
VolumeNotFound Volume not found.
PathTooLong Path too long.
DirectoryNotEmpty Directory not empty.
UnauthorizedAccess Unauthorized access.
PathAlreadyExists Path already exists.
TooManyOpenHandles Too many open handles.

See Also

Reference

System.IO Namespace