System.BadImageFormatException.BadImageFormatException C# (CSharp) Method

BadImageFormatException() private method

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

Same methods

BadImageFormatException::BadImageFormatException ( ) : System
BadImageFormatException::BadImageFormatException ( SerializationInfo info, StreamingContext context ) : System
BadImageFormatException::BadImageFormatException ( String message ) : System
BadImageFormatException::BadImageFormatException ( String message, Exception inner ) : System
BadImageFormatException::BadImageFormatException ( String message, String fileName ) : System
BadImageFormatException::BadImageFormatException ( String message, String fileName, Exception inner ) : System