System.BadImageFormatException.BadImageFormatException C# (CSharp) Method

BadImageFormatException() public method

public BadImageFormatException ( String message, String fileName ) : System
message String
fileName String
return System
        public BadImageFormatException(String message, String fileName) : base(message)
        {
            SetErrorCode(__HResults.COR_E_BADIMAGEFORMAT);
            _fileName = fileName;
        }

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