TarException Class

SharpZip Compression Library

SharpZip Compression Library

TarException Class

TarExceptions are used for exceptions specific to tar classes and code.

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

System.Object    System.Exception
      System.ApplicationException
         ICSharpCode.SharpZipLib.SharpZipBaseException
            ICSharpCode.SharpZipLib.Tar.TarException
               ICSharpCode.SharpZipLib.Tar.InvalidHeaderException

public class TarException : SharpZipBaseException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: ICSharpCode.SharpZipLib.Tar

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

TarException Members | ICSharpCode.SharpZipLib.Tar Namespace