<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />
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);
}
}