March 2002
Intermediate to advanced
864 pages
31h 8m
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 method ExecutionEngineException(); public method ExecutionEngineException(string message); public method ExecutionEngineException(string message, Exception innerException); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→ExecutionEngineException