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

FileLoadException() public méthode

public FileLoadException ( ) : System
Résultat System
        public FileLoadException() 
            : base(Environment.GetResourceString("IO.FileLoad")) {
            SetErrorCode(__HResults.COR_E_FILELOAD);
        }
    

Same methods

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 ) : System
FileLoadException::FileLoadException ( String message, String fileName, Exception inner ) : System
FileLoadException::FileLoadException ( String fileName, String fusionLog, int hResult ) : System