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

    Parameters

    msg
    Message that describes the exception.
    See Also