ZipException Class
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
An exception that is thrown when an error occurs while using the ZIP component.
Syntax
public class ZipException : Exception, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
ZipException() | Initializes a new instance of the ZipException class. |
ZipException(String) | Initializes a new instance of the ZipException class. |
ZipException(String, ArchiveProblemType) | Initializes a new instance of the ZipException class. |
ZipException(String, ArchiveProblemType, String, String) | Initializes a new instance of the ZipException class. |
ZipException(String, ZipException) | Initializes a new instance of the ZipException class. |
ZipException(String, Exception) | Initializes a new instance of the ZipException class. |
ZipException(String, Exception, ArchiveProblemType) | Initializes a new instance of the ZipException class. |
ZipException(String, Exception, ArchiveProblemType, String, String) | Initializes a new instance of the ZipException class. |
Properties
Name | Description |
---|---|
ArchiveItemPath | Gets the path of the archive file or directory which is currently processed. |
ExternalItemPath | Gets the path of the local file or directory which is currently processed. |
ProblemType | Gets the type of the problem. |
Methods
Name | Description |
---|---|
ToString() | Returns a string representation of the current exception. |