InvalidDatabaseException Constructor (String) | 
  
    Namespace: 
   MaxMind.Db
    Assembly:
   MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntaxpublic InvalidDatabaseException(
	string message
)
Public Sub New ( 
	message As String
)
public:
InvalidDatabaseException(
	String^ message
)
new : 
        message : string -> InvalidDatabaseExceptionParameters
- message
 - Type: SystemString
A message that describes the error. 
See Also