System.InsufficientExecutionStackException
namespace System
{
public sealed class InsufficientExecutionStackException :
SystemException
{
public InsufficientExecutionStackException();
public InsufficientExecutionStackException(
string message);
public InsufficientExecutionStackException(
string message,
Exception innerException);
}
}