MaxMind.MinFraud : MaxMind.MinFraud.Exception Namespace

MinFraudException Class

This class represents a non-specific error with data returned by the web service.

Syntax

public class MinFraudException : Exception

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

Public Constructors

Constructor.
Constructor.
Constructor.

Member Details

MinFraudException Constructor

Constructor.

Syntax

public 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

MinFraudException Constructor

Constructor.

Syntax

public MinFraudException (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

MinFraudException Constructor

Constructor.

Syntax

public MinFraudException (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