MaxMind.GeoIP2 : MaxMind.GeoIP2.Exceptions Namespace

GeoIP2InvalidRequestException Class

This class represents a non-specific error returned by MaxMind's GeoIP2 web service. This occurs when the web service is up and responding to requests, but the request sent was invalid in some way.

Syntax

public class GeoIP2InvalidRequestException : GeoIP2Exception

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.2.0.0

Members

See Also: Inherited members from GeoIP2Exception.

Public Constructors

Public Properties

[read-only]
Code string . Documentation for this section has not yet been entered.
[read-only]
Uri Uri . Documentation for this section has not yet been entered.

Member Details

GeoIP2InvalidRequestException Constructor

Initializes a new instance of the MaxMind.GeoIP2.Exceptions.GeoIP2InvalidRequestException class.

Syntax

public GeoIP2InvalidRequestException (string message, string code, Uri uri)

Parameters

message
A message explaining the cause of the error.
code
The error code returned by the web service.
uri
The URL queried.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.2.0.0

Code Property

Documentation for this section has not yet been entered.

Syntax

public string Code { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.2.0.0

Uri Property

Documentation for this section has not yet been entered.

Syntax

public Uri Uri { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Exceptions
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.2.0.0