Click or drag to resize

InvalidDatabaseException Class

Thrown when the MaxMind database file is incorrectly formatted
Inheritance Hierarchy
SystemObject
  SystemException
    MaxMind.DbInvalidDatabaseException

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
[SerializableAttribute]
public sealed class InvalidDatabaseException : Exception

The InvalidDatabaseException type exposes the following members.

Constructors
  NameDescription
Public methodInvalidDatabaseException(String)
Initializes a new instance of the InvalidDatabaseException class.
Public methodInvalidDatabaseException(String, Exception)
Initializes a new instance of the InvalidDatabaseException class.
Top
Properties
  NameDescription
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.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Public methodToString (Inherited from Exception.)
Top
See Also