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

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

    Parameters

    msg
    Message that describes the exception.
    x
    Inner exception.
    See Also