Class BadPasswordException
Issued when an ZipEntry.ExtractWithPassword() method is invoked
with an incorrect password.
[Serializable]
[Guid("ebc25cf6-9120-4283-b972-0e5520d0000B")]
public class BadPasswordException : ZipException, ISerializable
- Inheritance
-
BadPasswordException
- Implements
- Inherited Members
- Extension Methods
Constructors
BadPasswordException()
Default ctor.
public BadPasswordException()
BadPasswordException(SerializationInfo, StreamingContext)
Come on, you know how exceptions work. Why are you looking at this documentation?
protected BadPasswordException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe serialization info for the exception.
contextStreamingContextThe streaming context from which to deserialize.
BadPasswordException(string)
Come on, you know how exceptions work. Why are you looking at this documentation?
public BadPasswordException(string message)
Parameters
messagestringThe message in the exception.
BadPasswordException(string, Exception)
Come on, you know how exceptions work. Why are you looking at this documentation?
public BadPasswordException(string message, Exception innerException)