ZipFile.Close Method
From SharpZip Compression Library
Closes the ZipFile. If the stream is IsStreamOwner then this also closes the underlying input stream. Once closed, no further instance methods should be called.
public void Close();
Exceptions
| Exception Type | Condition |
|---|---|
| IOException | An i/o error occurs. |