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