ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip.ZLib Namespace / ZStreamException Class / ZStreamException Constructor / ZStreamException Constructor(String)
Message that describes the exception.

In This Topic
    ZStreamException Constructor(String)
    In This Topic
    Initializes a new instance of a ZStreamException.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal msg As System.String _
    )
    public ZStreamException( 
       System.string msg
    )

    Parameters

    msg
    Message that describes the exception.
    See Also