Show / Hide Table of Contents

    Enum IOException.IOExceptionErrorCode

    Provides values for error codes.

    Namespace: System.IO
    Assembly: mscorlib.dll
    Syntax
    public enum 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

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX