Zip for WPF and Silverlight
C1.C1Zip.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.
    Object Model
    ZStreamException Class
    Syntax
    'Declaration
     
    
    Public Class ZStreamException 
       Inherits System.ApplicationException
    public class ZStreamException : System.ApplicationException 
    Inheritance Hierarchy

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

    See Also