August 2003
Intermediate to advanced
928 pages
32h 1m
English
ExecutionEngineException
This exception indicates that an error has occurred deep within the innards of the .NET CLR.
public sealed class ExecutionEngineException : SystemException { // Public Constructors public ExecutionEngineException( ); public ExecutionEngineException(stringmessage); public ExecutionEngineException(stringmessage, ExceptioninnerException); }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
ExecutionEngineException