| AddressNotFoundException Constructor (String) | 
 
Namespace: MaxMind.GeoIP2.ExceptionsAssembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntaxpublic AddressNotFoundException(
	string message
)
Public Sub New ( 
	message As String
)
public:
AddressNotFoundException(
	String^ message
)
new : 
        message : string -> AddressNotFoundExceptionParameters
- message
 - Type: SystemString
A message explaining the cause of the error. 
See Also