Table of Contents

Enum IOException.IOExceptionErrorCode

Namespace
System.IO
Assembly
mscorlib.dll

Provides values for error codes.

public enum IOException.IOExceptionErrorCode

Fields

DirectoryNotEmpty = -436207616

Directory not empty

DirectoryNotFound = -486539264

Directory not found

FileNotFound = -503316480

File not found

InvalidDriver = -520093696

Invalid driver

Others = -536870912

Others

PathAlreadyExists = -402653184

Path already exists

PathTooLong = -452984832

Path too long

TooManyOpenHandles = -385875968

Too many open handles

UnauthorizedAccess = -419430400

Unauthorized access

VolumeNotFound = -469762048

Volume not found