Table of Contents

Class BadCrcException

Namespace
Ionic.Zip
Assembly
SunamoDotNetZip.dll

Issued when an CRC check fails upon extracting an entry from a zip archive.

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

Constructors

BadCrcException()

Default ctor.

public BadCrcException()

BadCrcException(SerializationInfo, StreamingContext)

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

protected BadCrcException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization info for the exception.

context StreamingContext

The streaming context from which to deserialize.

BadCrcException(string)

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

public BadCrcException(string message)

Parameters

message string

The message in the exception.