MaxMind.GeoIP2 : MaxMind.GeoIP2.Model Namespace

WebServiceError Class

Contains data about an error that occurred while calling the web service

Syntax

public class WebServiceError

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

Code string . Gets or sets the code.
Error string . Gets or sets the error.

Member Details

WebServiceError Constructor

Documentation for this section has not yet been entered.

Syntax

public WebServiceError ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0

Code Property

Gets or sets the code.

Syntax

public string Code { get; set; }

Value

The error code returned by the service.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0

Error Property

Gets or sets the error.

Syntax

public string Error { get; set; }

Value

The error message returned by the service.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.GeoIP2.Model
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll)
Assembly Versions: 0.3.2.0