SharpZipBaseException Class

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

SharpZipBaseException Class

SharpZipBaseException is the base exception class for the SharpZipLibrary. All library exceptions are derived from this.

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

System.Object    System.Exception
      System.ApplicationException
         ICSharpCode.SharpZipLib.SharpZipBaseException
            ICSharpCode.SharpZipLib.BZip2.BZip2Exception
            ICSharpCode.SharpZipLib.GZip.GZipException
            ICSharpCode.SharpZipLib.Tar.TarException
            ICSharpCode.SharpZipLib.Zip.ZipException

public class SharpZipBaseException : ApplicationException

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.

Remarks

NOTE: Not all exceptions thrown will be derived from this class. A variety of other exceptions are possible for example ArgumentNullException

Requirements

Namespace: ICSharpCode.SharpZipLib

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

See Also

SharpZipBaseException Members | ICSharpCode.SharpZipLib Namespace