Class ZipException
Base class for all exceptions defined by and throw by the Zip library.
[Serializable]
[Guid("ebc25cf6-9120-4283-b972-0e5520d00006")]
public class ZipException : Exception, ISerializable
- Inheritance
-
ZipException
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ZipException()
Default ctor.
public ZipException()
ZipException(SerializationInfo, StreamingContext)
Come on, you know how exceptions work. Why are you looking at this documentation?
protected ZipException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe serialization info for the exception.
contextStreamingContextThe streaming context from which to deserialize.
ZipException(string)
Come on, you know how exceptions work. Why are you looking at this documentation?
public ZipException(string message)
Parameters
messagestringThe message in the exception.
ZipException(string, Exception)
Come on, you know how exceptions work. Why are you looking at this documentation?
public ZipException(string message, Exception innerException)