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