Overload | Description |
---|---|
ZipException Constructor(String) | Initializes a new instance of the ZipException class with the specified message text. |
ZipException Constructor(String,AbstractFile) | Initializes a new instance of the ZipException class with the specified message text and Xceed.FileSystem.AbstractFile object. |
ZipException Constructor(String,AbstractFile,Exception) | Initializes a new instance of the ZipException class with the specified message text, Xceed.FileSystem.AbstractFile object and inner exception. |
ZipException Constructor(String,AbstractFile,FileSystemItem) | Initializes a new instance of the ZipException class with the specified message text, Xceed.FileSystem.AbstractFile and Xceed.FileSystem.FileSystemItem objects. |
ZipException Constructor(String,AbstractFile,FileSystemItem,Exception) | Initializes a new instance of the ZipException class with the specified message text, Xceed.FileSystem.AbstractFile and Xceed.FileSystem.FileSystemItem objects and inner exception. |