<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.BadImageFormatException

namespace System { public class BadImageFormatException : SystemException { public string FileName { get; } public string FusionLog { get; } public BadImageFormatException(); protected BadImageFormatException(SerializationInfo info, StreamingContext context); public BadImageFormatException(string message); public BadImageFormatException(string message, Exception inner); public BadImageFormatException(string message, string fileName); public BadImageFormatException(string message, string fileName, Exception inner); } }