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

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

    Parameters

    msg
    Message that describes the exception.
    See Also