Table of Contents

Class BadPasswordException

Namespace
Ionic.Zip
Assembly
SunamoDotNetZip.dll

Issued when an ZipEntry.ExtractWithPassword() method is invoked with an incorrect password.

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

Constructors

BadPasswordException()

Default ctor.

public BadPasswordException()

BadPasswordException(SerializationInfo, StreamingContext)

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

protected BadPasswordException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization info for the exception.

context StreamingContext

The streaming context from which to deserialize.

BadPasswordException(string)

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

public BadPasswordException(string message)

Parameters

message string

The message in the exception.

BadPasswordException(string, Exception)

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

public BadPasswordException(string message, Exception innerException)

Parameters

message string

The message in the exception.

innerException Exception

The innerException for this exception.