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

FileLoadException() public méthode

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

Same methods

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