ZipException Constructor |
| Name | Description | |
|---|---|---|
|
|
ZipException |
Constructs an exception with no descriptive information.
|
|
|
ZipException(String) |
Constructs an exception with a descriptive message.
|
|
|
ZipException(SerializationInfo, StreamingContext) |
Initializes a new instance of the exception class with serialized data.
|
|
|
ZipException(String, Exception) |
Constructs an exception with a descriptive message and a reference to the instance of the
Exception
that is the root cause of the this exception.
|