Initializes a new instance of the SharpZipLibraryException class.
Overload List
Initializes a new instance of the SharpZipLibraryException class.
public SharpZipBaseException();
Initializes a new instance of the SharpZipLibraryException class with a specified error message.
public SharpZipBaseException(string);
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.
public SharpZipBaseException(string,Exception);
See Also
SharpZipBaseException Class | ICSharpCode.SharpZipLib Namespace