ExecutionEngineException Class
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] public ref class ExecutionEngineException sealed : public SystemException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public final class ExecutionEngineException extends SystemException
SerializableAttribute ComVisibleAttribute(true) public final class ExecutionEngineException extends SystemException
Not applicable.
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.
Applications should not throw ExecutionEngineException.
ExecutionEngineException uses the HRESULT COR_E_EXECUTIONENGINE, which has the value 0x80131506.
For a list of initial property values for an instance of ExecutionEngineException, see the ExecutionEngineException constructors.
Note: |
|---|
| The value of the inherited Data property is always a null reference (Nothing in Visual Basic). |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Note: