MFErrorCodesFileNotFound Field |
Error code seen with error messages like:
"The system cannot find the file specified."
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic const string FileNotFound = "0x80070002"
Public Const FileNotFound As String = "0x80070002"
public:
literal String^ FileNotFound = "0x80070002"
Field Value
Type:
String
See Also