ComponentOne Zip for UWP
C1.UWP.Zip Assembly / 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.Exception
    public class ZStreamException : System.Exception 
    Inheritance Hierarchy

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

    See Also