ICSharpCode::SharpZipLib::SharpZipBaseException Class Reference

SharpZipBaseException is the base exception class for the SharpZipLibrary. All library exceptions are derived from this. More...

Inheritance diagram for ICSharpCode::SharpZipLib::SharpZipBaseException:

ICSharpCode::SharpZipLib::Zip::ZipException List of all members.

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.

Detailed Description

SharpZipBaseException is the base exception class for the SharpZipLibrary. All library exceptions are derived from this.

Definition at line 47 of file SharpZipBaseException.cs.


Constructor & Destructor Documentation

ICSharpCode::SharpZipLib::SharpZipBaseException::SharpZipBaseException  )  [inline]
 

Initializes a new instance of the SharpZipLibraryException class.

Definition at line 52 of file SharpZipBaseException.cs.

ICSharpCode::SharpZipLib::SharpZipBaseException::SharpZipBaseException string  msg  )  [inline]
 

Initializes a new instance of the SharpZipLibraryException class with a specified error message.

Definition at line 59 of file SharpZipBaseException.cs.

ICSharpCode::SharpZipLib::SharpZipBaseException::SharpZipBaseException string  message,
Exception  innerException
[inline]
 

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.

Parameters:
message Error message string
innerException The inner exception

Definition at line 69 of file SharpZipBaseException.cs.


The documentation for this class was generated from the following file:
Generated on Fri Jun 23 21:50:05 2006 for OblivionModTranslator by  doxygen 1.4.6-NO