Click or drag to resize
InvalidRequestException Constructor (String, String, Uri)
Initializes a new instance of the InvalidRequestException class.

Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
public InvalidRequestException(
	string message,
	string code,
	Uri uri
)

Parameters

message
Type: SystemString
A message explaining the cause of the error.
code
Type: SystemString
The error code returned by the web service.
uri
Type: SystemUri
The URL queried.
See Also