ZipNotSupportedException

This exception is thrown if you attempt to read an archive that uses features not supported by the reader.

class ZipNotSupportedException : ZipException {}

Constructors

this
this(immutable(char)[] msg)
Undocumented in source.

Meta