System.ExecutionEngineException 类
方法描述
当公共语言运行时的执行引擎中存在内部错误时引发的异常。 此类不能被继承。
语法定义(C# System.ExecutionEngineException 类 的用法)
[SerializableAttribute] [ObsoleteAttribute("This type previously indicated an unspecified fatal error in the runtime. The runtime no longer raises this exception so this type is obsolete.")] [ComVisibleAttribute(true)] public sealed class ExecutionEngineException : SystemException
构造函数
构造函数名称 | 构造函数描述 |
---|---|
ExecutionEngineException() | 初始化 ExecutionEngineException 类的新实例。 |
ExecutionEngineException(String) | 使用指定的错误消息初始化 ExecutionEngineException 类的新实例。 |
ExecutionEngineException(String, Exception) | 使用指定错误信息和对作为此异常原因的内部异常的引用来初始化 ExecutionEngineException 类的新实例。 |
成员/方法
方法名称 | 方法描述 |
---|---|
Equals(Object) | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) |
Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) |
GetBaseException | 当在派生类中重写时,返回 Exception,它是一个或多个并发的异常的根源。 (继承自 Exception。) |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) |
GetObjectData | 当在派生类中重写时,用关于异常的信息设置 SerializationInfo。 (继承自 Exception。) |
GetType | 获取当前实例的运行时类型。 (继承自 Exception。) |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) |
ToString | 创建并返回当前异常的字符串表示形式。 (继承自 Exception。) |
提示和注释
对于 ExecutionEngineException 有未过时的备选项。 如果无法继续进一步执行应用程序,则使用 FailFast 方法。
System.ExecutionEngineException 类例子
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
版本信息
.NET Framework 受以下版本支持:3.5、3.0、2.0、1.1、1.0 在 4 中过时(编译器警告) .NET Framework Client Profile 受以下版本支持:3.5 SP1 在 4 中过时(编译器警告)
适用平台
Windows 7, Windows Vista SP1 或更高版本, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008(不支持服务器核心), Windows Server 2008 R2(支持 SP1 或更高版本的服务器核心), Windows Server 2003 SP2 .NET Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。