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