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