MaxMind.MinFraud : MaxMind.MinFraud.Exception Namespace

InvalidRequestException Class

This class is thrown when the web service rejected the request. Check the value of Code for the reason code.

Syntax

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

Public Properties

[read-only]
Code string . The reason code for why the web service rejected the request.
[read-only]
Uri Uri . The URI that was used for the request.

Member Details

InvalidRequestException Constructor

Constructor.

Syntax

public InvalidRequestException ()

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

InvalidRequestException Constructor

Constructor.

Syntax

public InvalidRequestException (string message)

Parameters

message
The message from the web service.

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

InvalidRequestException Constructor

Constructor.

Syntax

public InvalidRequestException (string message, Exception innerException)

Parameters

message
The message from the web service.
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

InvalidRequestException Constructor

Constructor.

Syntax

public InvalidRequestException (string message, string code, Uri uri)

Parameters

message
The message from the web service.
code
The machine-readable error code.
uri
The URI that was queried.

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

InvalidRequestException Constructor

Constructor.

Syntax

public InvalidRequestException (string message, string code, Uri uri, Exception innerException)

Parameters

message
The message from the web service.
code
The machine-readable error code.
uri
The URI that was queried.
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

Code Property

The reason code for why the web service rejected the request.

Syntax

public string Code { get; }

Value

Documentation for this section has not yet been entered.

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

Uri Property

The URI that was used for the request.

Syntax

public Uri Uri { get; }

Value

Documentation for this section has not yet been entered.

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