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