EntryPointNotFoundException 类
2013/3/11
当加载类的尝试由于缺少入口方法而失败时引发的异常。
System.Object
System.Exception
System.SystemException
System.TypeLoadException
System.EntryPointNotFoundException
System.Exception
System.SystemException
System.TypeLoadException
System.EntryPointNotFoundException
程序集: mscorlib(位于 mscorlib.dll 中)
EntryPointNotFoundException 类型公开以下成员。
| 名称 | 说明 | |
|---|---|---|
![]() | EntryPointNotFoundException() | 初始化 EntryPointNotFoundException 类的新实例。 |
![]() | EntryPointNotFoundException(String) | 使用指定错误消息初始化 EntryPointNotFoundException 类的新实例。 |
![]() | EntryPointNotFoundException(String, Exception) | 使用指定错误消息和对导致此异常的内部异常的引用来初始化 EntryPointNotFoundException 类的新实例。 |
| 名称 | 说明 | |
|---|---|---|
![]() | Data | 获取一个提供用户定义的其他异常信息的键/值对的集合。 (从 Exception 继承。) |
![]() | HelpLink | 获取或设置指向此异常所关联帮助文件的链接。 (从 Exception 继承。) |
![]() | HResult | 获取或设置 HRESULT(一个分配给特定异常的编码数字值)。 (从 Exception 继承。) |
![]() | InnerException | 获取导致当前异常的 Exception 实例。 (从 Exception 继承。) |
![]() | Message | 获取此异常的错误消息。 (从 TypeLoadException 继承。) |
![]() | Source | 获取或设置导致错误的应用程序或对象的名称。 (从 Exception 继承。) |
![]() | StackTrace | 获取在引发当前异常时调用堆栈上帧的字符串表示形式。 (从 Exception 继承。) |
![]() | TypeName | 获取导致异常的类型的完全限定名。 (从 TypeLoadException 继承。) |
| 名称 | 说明 | |
|---|---|---|
![]() | Equals(Object) | 确定指定的 Object 是否等于当前的 Object。 (从 Object 继承。) |
![]() | Finalize | 允许 Object 在垃圾回收器回收该对象之前尝试释放资源并执行其他清理操作。 (从 Object 继承。) |
![]() | GetBaseException | 当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。 (从 Exception 继承。) |
![]() | GetHashCode | 用作特定类型的哈希函数。 (从 Object 继承。) |
![]() | GetType | 获取当前实例的运行时类型。 (从 Exception 继承。) |
![]() | MemberwiseClone | 创建当前 Object 的浅表副本。 (从 Object 继承。) |
![]() | ToString | 创建并返回当前异常的字符串表示形式。 (从 Exception 继承。) |
表示因缺少入口点而导致加载 Assembly 的尝试失败时出现的错误。
有关 EntryPointNotFoundException 实例的初始属性值列表,请参见 EntryPointNotFoundException 构造函数。


