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