GZipException Constructor (String, Exception)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

GZipException Constructor (String, Exception)

Initialise a new instance of GZipException.

public GZipException(
   string message,
   Exception innerException
);

Parameters

message
A String that describes the error.
innerException
The Exception that caused this exception.

See Also

GZipException Class | ICSharpCode.SharpZipLib.GZip Namespace | GZipException Constructor Overload List