Click or drag to resize

ZipEntryNotFoundException Constructor

Overload List
Name Description
Public method ZipEntryNotFoundException
Constructs an exception with no descriptive information.
Public method ZipEntryNotFoundException(String)
Constructs an exception with a descriptive message.
Public method ZipEntryNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the exception class with serialized data.
Public method ZipEntryNotFoundException(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