<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />
System.Reflection.Metadata.ImageFormatLimitationException
namespace System.
Reflection.
Metadata
{
internal class ImageFormatLimitationException :
Exception
{
public ImageFormatLimitationException();
public ImageFormatLimitationException(
string message);
public ImageFormatLimitationException(
string message,
Exception innerException);
}
}