Zip for WPF and Silverlight
C1.C1Zip 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
    'Declaration
     
    
    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