Click or drag to resize
AuthenticationException Constructor (SerializationInfo, StreamingContext)
Constructor for deserialization.

Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
protected AuthenticationException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The SerializationInfo with data.
context
Type: System.Runtime.SerializationStreamingContext
The source for this deserialization.
See Also