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