GzipException Constructor
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
GzipException(String)
Initializes a new instance of the Gzip
Declaration
public GzipException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
GzipException(String, Exception)
Initializes a new instance of the Gzip
Declaration
public GzipException(string message, Exception innerException)