ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip 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
    Public Function New( _
       ByVal msg As String _
    )
    public ZipFileException( 
       string msg
    )

    Parameters

    msg
    Message that describes the exception.
    See Also