BadImageFormatException クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class BadImageFormatException Inherits SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public class BadImageFormatException : SystemException
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class BadImageFormatException : public SystemException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class BadImageFormatException extends SystemException
SerializableAttribute ComVisibleAttribute(true) public class BadImageFormatException extends SystemException

この例外は、実行可能プログラムのファイル イメージが無効な場合にスローされます。たとえば、アンマネージ コードを読み込もうとして Load に渡すと、この例外がスローされます。
BadImageFormatException は、値 0x8007000B を保持する HRESULT COR_E_BADIMAGEFORMAT を使用します。
BadImageFormatException のインスタンスの初期プロパティ値の一覧については、BadImageFormatException コンストラクタのトピックを参照してください。

System.Exception
System.SystemException
System.BadImageFormatException


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- BadImageFormatException クラスのページへのリンク