Ionic Zip Library v1.9.1.6
BadPasswordException Constructor (info, context)
Reference ► Ionic.Zip ► BadPasswordException ► BadPasswordException(SerializationInfo, StreamingContext)
Come on, you know how exceptions work. Why are you looking at this documentation?
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected BadPasswordException( SerializationInfo info, StreamingContext context )
Protected Sub New ( _ info As SerializationInfo, _ context As StreamingContext _ )
protected: BadPasswordException( SerializationInfo^ info, StreamingContext context )
Parameters
- info (SerializationInfo)
- The serialization info for the exception.
- context (StreamingContext)
- The streaming context from which to deserialize.