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

FileLoadException() public method

public FileLoadException ( ) : System
return 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