\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / ZipFileException Class / ZipFileException Constructor / ZipFileException Constructor(String,String,Exception)

In This Topic
    ZipFileException Constructor(String,String,Exception)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal msg As System.String, _
       ByVal filename As System.String, _
       ByVal innerException As System.Exception _
    )
    public ZipFileException( 
       System.string msg,
       System.string filename,
       System.Exception innerException
    )

    Parameters

    msg
    filename
    innerException
    See Also