PDF for UWP | ComponentOne
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 String, _
       ByVal x As Exception _
    )
    public ZStreamException( 
       string msg,
       Exception x
    )

    Parameters

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