MaxMind.MinFraud : MaxMind.MinFraud.Exception Namespace

AuthenticationException Class

This class represents an authentication error.

Syntax

public class AuthenticationException : MinFraudException

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Exception
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

Members

See Also: Inherited members from MinFraudException.

Public Constructors

Member Details

AuthenticationException Constructor

Constructor.

Syntax

public AuthenticationException ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Exception
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

AuthenticationException Constructor

Constructor.

Syntax

public AuthenticationException (string message)

Parameters

message
Exception message.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: MaxMind.MinFraud.Exception
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0

AuthenticationException Constructor

Constructor.

Syntax

public AuthenticationException (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.MinFraud.Exception
Assembly: MaxMind.MinFraud (in MaxMind.MinFraud.dll)
Assembly Versions: 0.6.0.0