System.BadImageFormatException.BadImageFormatException C# (CSharp) Method

BadImageFormatException() public method

public BadImageFormatException ( ) : System
return System
        public BadImageFormatException() 
            : base(Environment.GetResourceString("Arg_BadImageFormatException")) {
            SetErrorCode(__HResults.COR_E_BADIMAGEFORMAT);
        }
    

Same methods

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