[]
Initializes a new instance of a ZipFileException.
public ZipFileException(string msg)
| Type | Name | Description |
|---|---|---|
| string | msg | Message that describes the exception. |
Initializes a new instance of a ZipFileException.
public ZipFileException(string msg, string filename)
| 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)
| Type | Name | Description |
|---|---|---|
| string | msg | Message that describes the exception. |
| string | filename | Name of the file that caused the exception. |
| Exception | innerException | Inner exception. |