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