<PackageReference Include="NETStandard.Library" Version="2.0.2" />
System.OutOfMemoryException
namespace System
{
public class OutOfMemoryException :
SystemException
{
public OutOfMemoryException();
protected OutOfMemoryException(
SerializationInfo info,
StreamingContext context);
public OutOfMemoryException(
string message);
public OutOfMemoryException(
string message,
Exception innerException);
}
}