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

FileLoadException() public méthode

public FileLoadException ( String message, String fileName ) : System
message String
fileName String
Résultat System
        public FileLoadException(String message, String fileName) : base(message)
        {
            SetErrorCode(__HResults.COR_E_FILELOAD);
            _fileName = fileName;
        }

Same methods

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