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, _ innerException As Exception _ ) |
C# |
---|
public GzipException( string message, Exception innerException ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.
- innerException
- Type: System..::..Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.