GzipException Constructor
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
GzipException(String)
Initializes a new instance of the GzipException class.
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 GzipException class.
Declaration
public GzipException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
Exception | innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |