ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / ZipFileException Class / ZipFileException Constructor / ZipFileException Constructor(String,String)
Message that describes the exception.
Name of the file that caused the exception.

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

    Parameters

    msg
    Message that describes the exception.
    filename
    Name of the file that caused the exception.
    See Also