System.IO.FileNotFoundException.FileNotFoundException C# (CSharp) Method

FileNotFoundException() public method

public FileNotFoundException ( ) : System
return System
        public FileNotFoundException() 
            : base(Environment.GetResourceString("IO.FileNotFound")) {
            SetErrorCode(__HResults.COR_E_FILENOTFOUND);
        }
    

Same methods

FileNotFoundException::FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System
FileNotFoundException::FileNotFoundException ( String message ) : System
FileNotFoundException::FileNotFoundException ( String message, Exception innerException ) : System
FileNotFoundException::FileNotFoundException ( String message, String fileName ) : System
FileNotFoundException::FileNotFoundException ( String message, String fileName, Exception innerException ) : System
FileNotFoundException::FileNotFoundException ( String fileName, String fusionLog, int hResult ) : System