2 references to UnsupportedMediaType
Microsoft.NET.Build.Containers (1)
ImageIndexGenerator.cs (1)
44
throw new NotSupportedException(string.Format(Strings.
UnsupportedMediaType
, manifestMediaType));
Microsoft.NET.Build.Containers.UnitTests (1)
ImageIndexGeneratorTests.cs (1)
41
Assert.Equal(string.Format(Strings.
UnsupportedMediaType
, "unsupported"), ex.Message);