Initializes a new instance of the GzipException class.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ message As String _ ) |
| C# |
|---|
public GzipException( string message ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.