InvalidRequestException Constructor  | 
  
    Namespace: 
   MaxMind.GeoIP2.Exceptions
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxpublic InvalidRequestException(
	string message,
	string code,
	Uri uri
)
Public Sub New ( 
	message As String,
	code As String,
	uri As Uri
)
public:
InvalidRequestException(
	String^ message, 
	String^ code, 
	Uri^ uri
)
new : 
        message : string * 
        code : string * 
        uri : Uri -> InvalidRequestExceptionParameters
- 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