Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Represents exception conditions specific to Zip archive handling

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

Syntax

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

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.SharpZipLib.Zip.ZipException"]

Inheritance Hierarchy

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

See Also