[]
        
(Showing Draft Content)

C1.Zip.ZipFileException.-ctor

ZipFileException Constructor

ZipFileException(string)

Initializes a new instance of a ZipFileException.

Declaration
public ZipFileException(string msg)
Public Sub New(msg As String)
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)
Public Sub New(msg As String, filename As String)
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)
Public Sub New(msg As String, filename As String, innerException As Exception)
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.