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