The FileNotFoundStrings type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberCANNOT_FIND
Server string indicating file not found (CANNOT_FIND)
Public fieldStatic memberCANNOT_FIND_THE_FILE
Server string indicating file not found (CANNOT_FIND_THE_FILE)
Public fieldStatic memberCOULD_NOT_GET_FILE
Server string indicating file not found (COULD_NOT_GET_FILE)
Public fieldStatic memberDOES_NOT_EXIST
Server string indicating file not found (DOES_NOT_EXIST)
Public fieldStatic memberFAILED_TO_OPEN_FILE
Server string indicating file not found (FAILED_TO_OPEN_FILE)
Public fieldStatic memberFILE_NOT_FOUND
Server string indicating file not found (FILE_NOT_FOUND)
Public fieldStatic memberNO_SUCH_FILE
Server string indicating file not found (NO_SUCH_FILE)
Public fieldStatic memberNOT_REGULAR_FILE
Server string indicating file not found (NOT_REGULAR_FILE)

See Also