MaxMind.MinFraud : MaxMind.MinFraud.Exception Namespace

InsufficientFundsException Class

This class is thrown when the request fails due to insufficient funds.

Syntax

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

Member Details

InsufficientFundsException Constructor

Constructor.

Syntax

public InsufficientFundsException ()

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

InsufficientFundsException Constructor

Constructor.

Syntax

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

InsufficientFundsException Constructor

Constructor.

Syntax

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