Name

ExecutionEngineException

Synopsis

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);  
}

Hierarchy

ObjectException(System.Runtime.Serialization.ISerializable)SystemExceptionExecutionEngineException

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.