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, _ archiveItemPath As String, _ externalItemPath As String _ ) |
C# |
---|
public ZipException( string message, ArchiveProblemType problemType, string archiveItemPath, string externalItemPath ) |
Parameters
- message
- Type: System..::..String
The message that describes the error.
- problemType
- Type: Rebex.IO.Compression..::..ArchiveProblemType
An enum value describes the error.
- archiveItemPath
- Type: System..::..String
Path of the archive item which caused the error.
- externalItemPath
- Type: System..::..String
Path of the external item (path outside the archive) which caused the problem.