MaxMind.GeoIP2 : MaxMind.GeoIP2.Exceptions Namespace

GeoIP2Exception Class

This class represents a generic GeoIP2 error. All other exceptions thrown by the GeoIP2 API subclass this exception

Syntax

public class GeoIP2Exception : ApplicationException

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.3.2.0

Members

See Also: Inherited members from ApplicationException.

Public Constructors

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

Member Details

GeoIP2Exception Constructor

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

Syntax

public GeoIP2Exception (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: 0.3.2.0

GeoIP2Exception Constructor

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

Syntax

public GeoIP2Exception (string message, Exception innerException)

Parameters

message
A message that describes 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: 0.3.2.0