Click or drag to resize

InvalidRequestException Constructor

Initializes a new instance of the InvalidRequestException class.

Namespace:  MaxMind.GeoIP2.Exceptions
Assembly:  MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
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