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

FileLoadException() private method

private FileLoadException ( String fileName, String fusionLog, int hResult ) : System
fileName String
fusionLog String
hResult int
return System
        private FileLoadException(String fileName, String fusionLog,int hResult)
            : base(null)
        {
            SetErrorCode(hResult);
            _fileName = fileName;
            _fusionLog=fusionLog;
            SetMessageField();
        }

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