Inheritance diagram for ICSharpCode::SharpZipLib::Zip::ZipException:
Public Member Functions | |
ZipException () | |
Initializes a new instance of the ZipException class. | |
ZipException (string msg) | |
Initializes a new instance of the ZipException class with a specified error message. |
Definition at line 47 of file ZipException.cs.
|
Initializes a new instance of the ZipException class.
Definition at line 52 of file ZipException.cs. |
|
Initializes a new instance of the ZipException class with a specified error message.
Definition at line 59 of file ZipException.cs. |