Click or drag to resize

InvalidDatabaseException Constructor (String)

Initializes a new instance of the InvalidDatabaseException class.

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntax
public InvalidDatabaseException(
	string message
)

Parameters

message
Type: SystemString
A message that describes the error.
See Also