System.IO.FileNotFoundException.FileNotFoundException C# (CSharp) Méthode

FileNotFoundException() private méthode

private FileNotFoundException ( String fileName, String fusionLog, int hResult ) : System
fileName String
fusionLog String
hResult int
Résultat System
        private FileNotFoundException(String fileName, String fusionLog,int hResult)
            : base(null)
        {
            SetErrorCode(hResult);
            _fileName = fileName;
            _fusionLog=fusionLog;
            SetMessageField();
        }

Same methods

FileNotFoundException::FileNotFoundException ( ) : System
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