2 references to UnsupportedFormatVersion
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\PEReader.EmbeddedPortablePdb.cs (2)
58
throw new BadImageFormatException(SR.Format(SR.
UnsupportedFormatVersion
, PortablePdbVersions.Format(formatVersion)));
64
throw new BadImageFormatException(SR.Format(SR.
UnsupportedFormatVersion
, PortablePdbVersions.Format(embeddedBlobVersion)));