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