Click or drag to resize

InvalidRequestException Class

This class is thrown when the web service rejected the request. Check the value of Code for the reason code.
Inheritance Hierarchy
System.Object
  System.Exception
    MaxMind.MinFraud.Exception.MinFraudException
      MaxMind.MinFraud.Exception.InvalidRequestException

Namespace:  MaxMind.MinFraud.Exception
Assembly:  MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntax
public class InvalidRequestException : MinFraudException

The InvalidRequestException type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCode
The reason code for why the web service rejected the request.
Public propertyData (Inherited from Exception.)
Public propertyHelpLink (Inherited from Exception.)
Public propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage (Inherited from Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Public propertyUri
The URI that was used for the request.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
See Also