Click or drag to resize

AddressNotFoundException Constructor (String)

Initializes a new instance of the AddressNotFoundException class.

Namespace:  MaxMind.GeoIP2.Exceptions
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntax
public AddressNotFoundException(
	string message
)

Parameters

message
Type: SystemString
A message explaining the cause of the error.
See Also