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

FileNotFoundException() public method

public FileNotFoundException ( String message, Exception innerException ) : System
message String
innerException Exception
return System
        public FileNotFoundException(String message, Exception innerException) 
            : base(message, innerException) {
            SetErrorCode(__HResults.COR_E_FILENOTFOUND);
        }

Same methods

FileNotFoundException::FileNotFoundException ( ) : System
FileNotFoundException::FileNotFoundException ( SerializationInfo info, StreamingContext context ) : System
FileNotFoundException::FileNotFoundException ( String message ) : 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