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