ComponentOne Zip for .NET
ZipFileException Constructor(String,String)

C1.C1Zip.4 Assembly > C1.C1Zip Namespace > ZipFileException Class > ZipFileException Constructor : ZipFileException Constructor(String,String)
Message that describes the exception.
Name of the file that caused the exception.
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

Reference

ZipFileException Class
ZipFileException Members
Overload List