Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
SharpZipBaseException is the base exception class for the SharpZipLibrary. All library exceptions are derived from this.

Namespace:  SharedCache.WinServiceCommon.SharpZipLib
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
[SerializableAttribute]
public class SharpZipBaseException : ApplicationException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SharpZipBaseException _
	Inherits ApplicationException
Visual C++
[SerializableAttribute]
public ref class SharpZipBaseException : public ApplicationException

Remarks

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

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      SharedCache.WinServiceCommon.SharpZipLib..::.SharpZipBaseException
        SharedCache.WinServiceCommon.SharpZipLib.Zip..::.ZipException

See Also