ZipException Constructor (String, Exception)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipException Constructor (String, Exception)

Initialise a new instance of ZipException.

public ZipException(
   string message,
   Exception exception
);

Parameters

message
A message describing the error.
exception
The exception that is the cause of the current exception.

See Also

ZipException Class | ICSharpCode.SharpZipLib.Zip Namespace | ZipException Constructor Overload List