Class BadCrcException
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
infoSerializationInfoThe serialization info for the exception.
contextStreamingContextThe 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
messagestringThe message in the exception.