4 references to TarInvalidFormat
System.Formats.Tar (4)
System\Formats\Tar\TarHelpers.cs (1)
406throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, archiveFormat));
System\Formats\Tar\TarWriter.cs (2)
311throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)); 333_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)),
System\Formats\Tar\TarWriter.Unix.cs (1)
49_ => throw new InvalidDataException(SR.Format(SR.TarInvalidFormat, Format)),