Inheritance diagram for ICSharpCode::SharpZipLib::SharpZipBaseException:
Public Member Functions | |
SharpZipBaseException () | |
Initializes a new instance of the SharpZipLibraryException class. | |
SharpZipBaseException (string msg) | |
Initializes a new instance of the SharpZipLibraryException class with a specified error message. | |
SharpZipBaseException (string message, Exception innerException) | |
Initializes a new instance of the SharpZipLibraryException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Definition at line 47 of file SharpZipBaseException.cs.
|
Initializes a new instance of the SharpZipLibraryException class.
Definition at line 52 of file SharpZipBaseException.cs. |
|
Initializes a new instance of the SharpZipLibraryException class with a specified error message.
Definition at line 59 of file SharpZipBaseException.cs. |
|
Initializes a new instance of the SharpZipLibraryException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Definition at line 69 of file SharpZipBaseException.cs. |