Class BadReadException
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
infoSerializationInfoThe serialization info for the exception.
contextStreamingContextThe 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
messagestringThe 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)