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, _ problemType As ArchiveProblemType _ ) |
C# |
---|
public ZipException( string message, ArchiveProblemType problemType ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.
- problemType
- Type: Rebex.IO.Compression..::..ArchiveProblemType
An enum value describes the error.