<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />
System.InsufficientExecutionStackException
namespace System
{
public sealed class InsufficientExecutionStackException :
SystemException
{
public InsufficientExecutionStackException();
public InsufficientExecutionStackException(
string message);
public InsufficientExecutionStackException(
string message,
Exception innerException);
}
}