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