ZipException Constructor

Initializes a new instance of the ZipException class with default properties.

Overload List

Initializes a new instance of the ZipException class with default properties.

public ZipException();

Initializes a new instance of the ZipException class with a specified error message.

public ZipException(string);

See Also

ZipException Class | ZipException Members | ICSharpCode.SharpZipLib Namespace