OutOfQueriesException Constructor (SerializationInfo, StreamingContext) |
Constructor for deserialization.
Namespace: MaxMind.GeoIP2.ExceptionsAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxprotected OutOfQueriesException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
OutOfQueriesException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> OutOfQueriesException
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo with data. - context
- Type: System.Runtime.SerializationStreamingContext
The source for this deserialization.
See Also