Mono Class Library: System Namespace

System.ExecutionEngineException Class

Represents an internal error in the execution engine. [Edit]

See Also: ExecutionEngineException Members

System.Object
     System.Exception
          System.SystemException
               System.ExecutionEngineException

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

Thread Safety

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

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.

[Edit]

Requirements

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