Click or drag to resize

InvalidRequestException Constructor (String, String, Uri)

Constructor.

Namespace:  MaxMind.MinFraud.Exception
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public InvalidRequestException(
	string message,
	string code,
	Uri uri
)

Parameters

message
Type: SystemString
The message from the web service.
code
Type: SystemString
The machine-readable error code.
uri
Type: SystemUri
The URI that was queried.
See Also