EntryPointNotFoundException クラス
開始メソッドが指定されていないことが原因でクラスの読み込みに失敗した場合にスローされる例外。
この型のすべてのメンバの一覧については、EntryPointNotFoundException メンバ を参照してください。
System.Object
System.Exception
System.SystemException
System.TypeLoadException
System.EntryPointNotFoundException
<Serializable>
Public Class EntryPointNotFoundException Inherits TypeLoadException
[C#]
[Serializable]
public class EntryPointNotFoundException : TypeLoadException
[C++]
[Serializable]
public __gc class EntryPointNotFoundException : public TypeLoadException
[JScript]
public
Serializable
class EntryPointNotFoundException extends TypeLoadException
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
エントリ ポイントが指定されていないことが原因で Assembly の読み込みに失敗した場合に発生するエラーを表します。
EntryPointNotFoundException のインスタンスの初期プロパティ値の一覧については、 EntryPointNotFoundException コンストラクタのトピックを参照してください。
必要条件
名前空間: System
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET
アセンブリ: Mscorlib (Mscorlib.dll 内)
参照
EntryPointNotFoundException メンバ | System 名前空間 | Exception | 例外の処理とスロー