asp.net.ph

BadImageFormatException Class

System Namespace


The exception that is thrown when the file image of a DLL or an executable program is invalid.

BadImageFormatException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public BadImageFormatException ( )
public BadImageFormatException ( String message )
public BadImageFormatException ( String message , Exception inner )
public BadImageFormatException ( String message , String fileName )
public BadImageFormatException ( String message , String fileName , Exception inner )

Collapse   Properties

Visibility Name Value Type Accessibility
public FileName String [ Get ]
public FusionLog String [ Get ]
public Message String [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public GetObjectData ( SerializationInfo info , StreamingContext context ) Void
public ToString ( ) String

Remarks

BadImageFormatException uses the HRESULT COR_E_BADIMAGEFORMAT, which has the value 0x8007000B.

For a list of initial property values for an instance of BadImageFormatException, see the BadImageFormatException constructors.

See Also

Exception Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph