ExecutionEngineException Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public NotInheritable Class ExecutionEngineException Inherits SystemException 'Usage Dim instance As ExecutionEngineException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public final class ExecutionEngineException extends SystemException
SerializableAttribute ComVisibleAttribute(true) public final class ExecutionEngineException extends SystemException
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 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 .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note