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