Represents exception conditions specific to Zip archive handling.
More...
|
| | ZipException (SerializationInfo info, StreamingContext context) |
| | Deserialization constructor.
|
| | SharpZipBaseException (SerializationInfo info, StreamingContext context) |
| | Deserialization constructor.
|
Represents exception conditions specific to Zip archive handling.
◆ ZipException() [1/4]
| ICSharpCode.SharpZipLib.Zip.ZipException.ZipException |
( |
SerializationInfo | info, |
|
|
StreamingContext | context ) |
|
protected |
Deserialization constructor.
- Parameters
-
| info | SerializationInfo for this constructor |
| context | StreamingContext for this constructor |
◆ ZipException() [2/4]
| ICSharpCode.SharpZipLib.Zip.ZipException.ZipException |
( |
| ) |
|
◆ ZipException() [3/4]
| ICSharpCode.SharpZipLib.Zip.ZipException.ZipException |
( |
string | message | ) |
|
Initializes a new instance of the ZipException class with a specified error message.
- Parameters
-
| message | The error message that explains the reason for the exception. |
◆ ZipException() [4/4]
| ICSharpCode.SharpZipLib.Zip.ZipException.ZipException |
( |
string | message, |
|
|
Exception | exception ) |
Initialise a new instance of ZipException.
- Parameters
-
| message | A message describing the error. |
| exception | The exception that is the cause of the current exception. |
The documentation for this class was generated from the following file: