This class is thrown when the web service rejected the request. Check the value of Code for the reason code.
See Also: Inherited members from MinFraudException.
|
Constructor. | |
|
Constructor. | |
|
Constructor. | |
|
Constructor. | |
|
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
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
Constructor.Syntax
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
Constructor.Syntax
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
Constructor.Syntax
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
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
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