System.ExecutionEngineException Class
Represents an internal error in the execution engine.

See Also: ExecutionEngineException Members

Syntax

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

Remarks

Note:

Execution engine errors are fatal errors that should never occur. Such errors occur mainly when the execution engine has been corrupted or data is missing.

The system can throw this exception at any time. When possible, the system throws an exception that provides more information than the ExecutionEngineException exception.

For information on conditions under which the CLI throws ExecutionEngineException exceptions, see Partition II of the CLI Specification.

Applications should not throw ExecutionEngineException.

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