ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip.ZLib Namespace / ZStreamException Class
Members

In This Topic
    ZStreamException Class
    In This Topic
    The exception that is thrown when reading or writing to a compressed stream fails.
    Syntax
    <SerializableAttribute()>
    Public Class ZStreamException 
       Inherits System.ApplicationException
    [Serializable()]
    public class ZStreamException : System.ApplicationException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             C1.Zip.ZLib.ZStreamException

    See Also