Table of Contents

Class ZipException

Namespace
Ionic.Zip
Assembly
SunamoDotNetZip.dll

Base class for all exceptions defined by and throw by the Zip library.

[Serializable]
[Guid("ebc25cf6-9120-4283-b972-0e5520d00006")]
public class ZipException : Exception, ISerializable
Inheritance
ZipException
Implements
Derived
Inherited Members
Extension Methods

Constructors

ZipException()

Default ctor.

public ZipException()

ZipException(SerializationInfo, StreamingContext)

Come on, you know how exceptions work. Why are you looking at this documentation?

protected ZipException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization info for the exception.

context StreamingContext

The streaming context from which to deserialize.

ZipException(string)

Come on, you know how exceptions work. Why are you looking at this documentation?

public ZipException(string message)

Parameters

message string

The message in the exception.

ZipException(string, Exception)

Come on, you know how exceptions work. Why are you looking at this documentation?

public ZipException(string message, Exception innerException)

Parameters

message string

The message in the exception.

innerException Exception

The innerException for this exception.