Come on, you know how exceptions work. Why are you looking at this documentation?
| 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 )
- info (SerializationInfo)
- The serialization info for the exception.
- context (StreamingContext)
- The streaming context from which to deserialize.