Click or drag to resize

GeoIP2Exception Constructor (String)

Initializes a new instance of the GeoIP2Exception class.

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

Parameters

message
Type: SystemString
A message that describes the error.
See Also