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