InvalidHeaderException Class

This exception is used to indicate that there is a problem with a TAR archive header.

For a list of all members of this type, see InvalidHeaderException Members.

System.Object
   Exception
      SystemException
         IOException
            InvalidHeaderException

[Visual Basic]
Public Class InvalidHeaderException
   Inherits IOException
   Implements ISerializable
[C#]
public class InvalidHeaderException : IOException, ISerializable

Requirements

Namespace: ICSharpCode.SharpZipLib.Tar Namespace

Assembly: SharpZipLib.dll

See Also

InvalidHeaderException Members | ICSharpCode.SharpZipLib.Tar Namespace