[]
        
(Showing Draft Content)

C1.Zip.ZipFileException.-ctor

ZipFileException Constructor

ZipFileException(string)

Initializes a new instance of a ZipFileException.

Declaration
public ZipFileException(string msg)
Parameters
Type Name Description
string msg

Message that describes the exception.

ZipFileException(string, string)

Initializes a new instance of a ZipFileException.

Declaration
public ZipFileException(string msg, string filename)
Parameters
Type Name Description
string msg

Message that describes the exception.

string filename

Name of the file that caused the exception.

ZipFileException(string, string, Exception)

Initializes a new instance of a ZipFileException.

Declaration
public ZipFileException(string msg, string filename, Exception innerException)
Parameters
Type Name Description
string msg

Message that describes the exception.

string filename

Name of the file that caused the exception.

Exception innerException

Inner exception.