MaxMind.GeoIP2 : MaxMind.GeoIP2.Exceptions Namespace

OutOfQueriesException Class

This exception is thrown when your account does not have any queries remaining for the called service.

Syntax

public class OutOfQueriesException : 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: 2.6.0.0

Members

See Also: Inherited members from GeoIP2Exception.

Public Constructors

Protected Constructors

Member Details

OutOfQueriesException Constructor

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

Syntax

public OutOfQueriesException (string message)

Parameters

message
A message that describes the error.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

OutOfQueriesException Constructor

Constructor for deserialization.

Syntax

Parameters

info
The SerializationInfo with data.
context
The source for this deserialization.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

OutOfQueriesException Constructor

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

Syntax

public OutOfQueriesException (string message, Exception innerException)

Parameters

message
A message explaining the cause of the error.
innerException
The inner exception.

Remarks

Documentation for this section has not yet been entered.

Requirements

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