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 ExecutionEngineException( );
   public ExecutionEngineException(string message);
   public ExecutionEngineException(string message, Exception innerException);
}

Hierarchy

Object Exception(System.Runtime.Serialization.ISerializable) SystemException ExecutionEngineException

Get C# in a Nutshell, Second Edition 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.