'Declaration Public Function New( _ ByVal zipFile As AbstractFile _ )
'Usage Dim zipFile As AbstractFile Dim instance As New ZipIOException(zipFile)
public ZipIOException( AbstractFile zipFile )
Parameters
- zipFile
- The Xceed.FileSystem.AbstractFile object that caused the current exception.