August 2003
Intermediate to advanced
928 pages
32h 1m
English
BadImageFormatException
This exception occurs when .NET tries to load a DLL or executable that is either corrupt or invalid for the platform on which you are running.
public class BadImageFormatException : SystemException { // Public Constructors public BadImageFormatException( ); public BadImageFormatException(stringmessage); public BadImageFormatException(stringmessage, Exceptioninner); public BadImageFormatException(stringmessage, stringfileName); public BadImageFormatException(stringmessage, stringfileName, Exceptioninner); // Protected Constructors protected BadImageFormatException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // Public Instance Properties public string FileName{get; } public string FusionLog{get; } public override string Message{get; } // overrides Exception // Public Instance Methods public override void GetObjectData(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // overrides Exception public override string ToString( ); // overrides Exception }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
BadImageFormatException