MaxMind.GeoIP2 : MaxMind.GeoIP2.Exceptions Namespace

PermissionRequiredException Class

This class represents an authentication error.

Syntax

public class PermissionRequiredException : 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

Member Details

PermissionRequiredException Constructor

Constructor.

Syntax

public PermissionRequiredException (string message)

Parameters

message
Exception message.

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

PermissionRequiredException Constructor

Constructor.

Syntax

public PermissionRequiredException (string message, Exception innerException)

Parameters

message
Exception message.
innerException
The underlying exception that caused this one.

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