System.ExecutionEngineException Class

The exception that is thrown when there is an internal error in the execution engine of the common language runtime. This class cannot be inherited.

See Also: ExecutionEngineException Members

Syntax

[System.Obsolete]
[System.Runtime.InteropServices.ComVisible(true)]
public sealed class ExecutionEngineException : SystemException

Remarks

There is no non-obsolete alternative to ExecutionEngineException. If further execution of your application cannot be sustained, use the Environment.FailFast(string, Exception) method.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0