Click or drag to resize

MaxMind.GeoIP2.Exceptions Namespace

 
Classes
  ClassDescription
Public classAddressNotFoundException
This exception is thrown when the IP address is not found in the database. This generally means that the address was a private or reserved address.
Public classAuthenticationException
This exception is thrown when there is an authentication error.
Public classGeoIP2Exception
This class represents a generic GeoIP2 error. All other exceptions thrown by the GeoIP2 API subclass this exception
Public classHttpException
This class represents an HTTP transport error. This is not an error returned by the web service itself. As such, it is a IOException instead of a GeoIP2Exception.
Public classInvalidRequestException
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.
Public classOutOfQueriesException
This exception is thrown when your account does not have any queries remaining for the called service.
Public classPermissionRequiredException
This class represents an authentication error.