Click or drag to resize

ZipException Constructor

Overload List
Name Description
Public method ZipException
Constructs an exception with no descriptive information.
Public method ZipException(String)
Constructs an exception with a descriptive message.
Public method ZipException(SerializationInfo, StreamingContext)
Initializes a new instance of the exception class with serialized data.
Public method ZipException(String, Exception)
Constructs an exception with a descriptive message and a reference to the instance of the Exception that is the root cause of the this exception.
Top
See Also