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

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

    Parameters

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