Table of Contents

Class BadReadException

Namespace
Ionic.Zip
Assembly
SunamoDotNetZip.dll

Indicates that a read was attempted on a stream, and bad or incomplete data was received.

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

Constructors

BadReadException()

Default ctor.

public BadReadException()

BadReadException(SerializationInfo, StreamingContext)

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

protected BadReadException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The serialization info for the exception.

context StreamingContext

The streaming context from which to deserialize.

BadReadException(string)

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

public BadReadException(string message)

Parameters

message string

The message in the exception.

BadReadException(string, Exception)

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

public BadReadException(string message, Exception innerException)

Parameters

message string

The message in the exception.

innerException Exception

The innerException for this exception.