[]
Initializes a new instance of a ZipFileException.
public ZipFileException(string msg)
Public Sub New(msg As String)
| Type | Name | Description |
|---|---|---|
| string | msg | Message that describes the exception. |
Initializes a new instance of a ZipFileException.
public ZipFileException(string msg, string filename)
Public Sub New(msg As String, filename As String)
| Type | Name | Description |
|---|---|---|
| string | msg | Message that describes the exception. |
| string | filename | Name of the file that caused the exception. |
Initializes a new instance of a ZipFileException.
public ZipFileException(string msg, string filename, Exception innerException)
Public Sub New(msg As String, filename As String, innerException As Exception)
| Type | Name | Description |
|---|---|---|
| string | msg | Message that describes the exception. |
| string | filename | Name of the file that caused the exception. |
| Exception | innerException | Inner exception. |