Package system.io

Class DriveNotFoundException

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.IO.FileSystem.DriveInfo, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.IO.FileSystem.DriveInfo
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.IO.DriveNotFoundException
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • DriveNotFoundException

        public DriveNotFoundException()
      • DriveNotFoundException

        public DriveNotFoundException​(java.lang.Object instance)
        Internal constructor. Use with caution
      • DriveNotFoundException

        public DriveNotFoundException​(java.lang.String message)
      • DriveNotFoundException

        public DriveNotFoundException​(NetException cause)
      • DriveNotFoundException

        public DriveNotFoundException​(java.lang.String message,
                                      NetException cause)